Class: Aws::Types::RedshiftDestinationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftDestinationUpdate
- 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.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#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_mode ⇒ "Disabled", "Enabled"
Returns the value of attribute s3_backup_mode.
-
#s3_backup_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_backup_update.
-
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
-
#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.
862 863 864 |
# File 'sig/types.rbs', line 862 def @cloud_watch_logging_options end |
#cluster_jdbc_url ⇒ ::String
Returns the value of attribute cluster_jdbc_url.
853 854 855 |
# File 'sig/types.rbs', line 853 def cluster_jdbc_url @cluster_jdbc_url end |
#copy_command ⇒ Types::CopyCommand
Returns the value of attribute copy_command.
854 855 856 |
# File 'sig/types.rbs', line 854 def copy_command @copy_command end |
#password ⇒ ::String
Returns the value of attribute password.
856 857 858 |
# File 'sig/types.rbs', line 856 def password @password end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
859 860 861 |
# File 'sig/types.rbs', line 859 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::RedshiftRetryOptions
Returns the value of attribute retry_options.
857 858 859 |
# File 'sig/types.rbs', line 857 def @retry_options end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
852 853 854 |
# File 'sig/types.rbs', line 852 def role_arn @role_arn end |
#s3_backup_mode ⇒ "Disabled", "Enabled"
Returns the value of attribute s3_backup_mode.
860 861 862 |
# File 'sig/types.rbs', line 860 def s3_backup_mode @s3_backup_mode end |
#s3_backup_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_backup_update.
861 862 863 |
# File 'sig/types.rbs', line 861 def s3_backup_update @s3_backup_update end |
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
858 859 860 |
# File 'sig/types.rbs', line 858 def s3_update @s3_update end |
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
863 864 865 |
# File 'sig/types.rbs', line 863 def secrets_manager_configuration @secrets_manager_configuration end |
#username ⇒ ::String
Returns the value of attribute username.
855 856 857 |
# File 'sig/types.rbs', line 855 def username @username end |