Method: Aws::Firehose::Types::RedshiftDestinationUpdate#username

Defined in:
lib/aws-sdk-firehose/types.rb

#usernameString

The name of the user.

Returns:

  • (String)


4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
# File 'lib/aws-sdk-firehose/types.rb', line 4372

class RedshiftDestinationUpdate < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :password,
  :retry_options,
  :s3_update,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_update,
  :cloud_watch_logging_options,
  :secrets_manager_configuration)
  SENSITIVE = [:username, :password]
  include Aws::Structure
end