Class: Aws::Types::RedshiftDestinationDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



846
847
848
# File 'sig/types.rbs', line 846

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#cluster_jdbc_url::String

Returns the value of attribute cluster_jdbc_url.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def cluster_jdbc_url
  @cluster_jdbc_url
end

#copy_commandTypes::CopyCommand

Returns the value of attribute copy_command.

Returns:



839
840
841
# File 'sig/types.rbs', line 839

def copy_command
  @copy_command
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



843
844
845
# File 'sig/types.rbs', line 843

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::RedshiftRetryOptions

Returns the value of attribute retry_options.



841
842
843
# File 'sig/types.rbs', line 841

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def role_arn
  @role_arn
end

#s3_backup_descriptionTypes::S3DestinationDescription

Returns the value of attribute s3_backup_description.



845
846
847
# File 'sig/types.rbs', line 845

def s3_backup_description
  @s3_backup_description
end

#s3_backup_mode"Disabled", "Enabled"

Returns the value of attribute s3_backup_mode.

Returns:

  • ("Disabled", "Enabled")


844
845
846
# File 'sig/types.rbs', line 844

def s3_backup_mode
  @s3_backup_mode
end

#s3_destination_descriptionTypes::S3DestinationDescription

Returns the value of attribute s3_destination_description.



842
843
844
# File 'sig/types.rbs', line 842

def s3_destination_description
  @s3_destination_description
end

#secrets_manager_configurationTypes::SecretsManagerConfiguration

Returns the value of attribute secrets_manager_configuration.



847
848
849
# File 'sig/types.rbs', line 847

def secrets_manager_configuration
  @secrets_manager_configuration
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def username
  @username
end