Class: Aws::Types::DatabaseSourceDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#columnsTypes::DatabaseColumnList

Returns the value of attribute columns.



246
247
248
# File 'sig/types.rbs', line 246

def columns
  @columns
end

#database_source_authentication_configurationTypes::DatabaseSourceAuthenticationConfiguration

Returns the value of attribute database_source_authentication_configuration.



250
251
252
# File 'sig/types.rbs', line 250

def database_source_authentication_configuration
  @database_source_authentication_configuration
end

#database_source_vpc_configurationTypes::DatabaseSourceVPCConfiguration

Returns the value of attribute database_source_vpc_configuration.



251
252
253
# File 'sig/types.rbs', line 251

def database_source_vpc_configuration
  @database_source_vpc_configuration
end

#databasesTypes::DatabaseList

Returns the value of attribute databases.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def databases
  @databases
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def endpoint
  @endpoint
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


242
243
244
# File 'sig/types.rbs', line 242

def port
  @port
end

#snapshot_info::Array[Types::DatabaseSnapshotInfo]

Returns the value of attribute snapshot_info.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def snapshot_info
  @snapshot_info
end

#snapshot_watermark_table::String

Returns the value of attribute snapshot_watermark_table.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def snapshot_watermark_table
  @snapshot_watermark_table
end

#ssl_mode"Disabled", "Enabled"

Returns the value of attribute ssl_mode.

Returns:

  • ("Disabled", "Enabled")


243
244
245
# File 'sig/types.rbs', line 243

def ssl_mode
  @ssl_mode
end

#surrogate_keys::Array[::String]

Returns the value of attribute surrogate_keys.

Returns:

  • (::Array[::String])


247
248
249
# File 'sig/types.rbs', line 247

def surrogate_keys
  @surrogate_keys
end

#tablesTypes::DatabaseTableList

Returns the value of attribute tables.



245
246
247
# File 'sig/types.rbs', line 245

def tables
  @tables
end

#type"MySQL", "PostgreSQL"

Returns the value of attribute type.

Returns:

  • ("MySQL", "PostgreSQL")


240
241
242
# File 'sig/types.rbs', line 240

def type
  @type
end