Class: Aws::DatabaseMigrationService::Types::RedshiftDataProviderSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Provides information that defines an Amazon Redshift data provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The database name on the Amazon Redshift data provider.

Returns:

  • (String)


9745
9746
9747
9748
9749
9750
9751
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9745

class RedshiftDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port value for the Amazon Redshift data provider.

Returns:

  • (Integer)


9745
9746
9747
9748
9749
9750
9751
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9745

class RedshiftDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

The name of the Amazon Redshift server.

Returns:

  • (String)


9745
9746
9747
9748
9749
9750
9751
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9745

class RedshiftDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end