Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 604 Bytes

File metadata and controls

20 lines (14 loc) · 604 Bytes

LaunchDarklyApi::RedshiftDataExportCompletedArtifactsRep

Properties

Name Type Description Notes
sql_setup_script String The SQL setup script originally run against the Redshift cluster, rehydrated from the destination's persisted custom names. [optional]
s3_bucket_name String The auto-generated S3 staging bucket name. [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::RedshiftDataExportCompletedArtifactsRep.new(
  sql_setup_script: null,
  s3_bucket_name: null
)