Method: Aws::Firehose::Types::RedshiftDestinationDescription#copy_command
- Defined in:
- lib/aws-sdk-firehose/types.rb
#copy_command ⇒ Types::CopyCommand
The COPY command.
4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 |
# File 'lib/aws-sdk-firehose/types.rb', line 4289 class RedshiftDestinationDescription < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :retry_options, :s3_destination_description, :processing_configuration, :s3_backup_mode, :s3_backup_description, :cloud_watch_logging_options, :secrets_manager_configuration) SENSITIVE = [:username] include Aws::Structure end |