| 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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::RedshiftDataExportCompletedArtifactsRep.new(
sql_setup_script: null,
s3_bucket_name: null
)