Class: Aws::Types::RedshiftDestinationDescription
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftDestinationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#cluster_jdbc_url ⇒ ::String
Returns the value of attribute cluster_jdbc_url.
-
#copy_command ⇒ Types::CopyCommand
Returns the value of attribute copy_command.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#retry_options ⇒ Types::RedshiftRetryOptions
Returns the value of attribute retry_options.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_backup_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_backup_description.
-
#s3_backup_mode ⇒ "Disabled", "Enabled"
Returns the value of attribute s3_backup_mode.
-
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
-
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
846 847 848 |
# File 'sig/types.rbs', line 846 def @cloud_watch_logging_options end |
#cluster_jdbc_url ⇒ ::String
Returns the value of attribute cluster_jdbc_url.
838 839 840 |
# File 'sig/types.rbs', line 838 def cluster_jdbc_url @cluster_jdbc_url end |
#copy_command ⇒ Types::CopyCommand
Returns the value of attribute copy_command.
839 840 841 |
# File 'sig/types.rbs', line 839 def copy_command @copy_command end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
843 844 845 |
# File 'sig/types.rbs', line 843 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::RedshiftRetryOptions
Returns the value of attribute retry_options.
841 842 843 |
# File 'sig/types.rbs', line 841 def @retry_options end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
837 838 839 |
# File 'sig/types.rbs', line 837 def role_arn @role_arn end |
#s3_backup_description ⇒ Types::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.
844 845 846 |
# File 'sig/types.rbs', line 844 def s3_backup_mode @s3_backup_mode end |
#s3_destination_description ⇒ Types::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_configuration ⇒ Types::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.
840 841 842 |
# File 'sig/types.rbs', line 840 def username @username end |