Class: Aws::Types::RedshiftDestinationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username, :password])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



862
863
864
# File 'sig/types.rbs', line 862

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#cluster_jdbc_url::String

Returns the value of attribute cluster_jdbc_url.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def cluster_jdbc_url
  @cluster_jdbc_url
end

#copy_commandTypes::CopyCommand

Returns the value of attribute copy_command.

Returns:



854
855
856
# File 'sig/types.rbs', line 854

def copy_command
  @copy_command
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def password
  @password
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



859
860
861
# File 'sig/types.rbs', line 859

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::RedshiftRetryOptions

Returns the value of attribute retry_options.



857
858
859
# File 'sig/types.rbs', line 857

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • ("Disabled", "Enabled")


860
861
862
# File 'sig/types.rbs', line 860

def s3_backup_mode
  @s3_backup_mode
end

#s3_backup_updateTypes::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_updateTypes::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_configurationTypes::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.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def username
  @username
end