Class: Aws::Types::DatabaseSourceDescription
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseSourceDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ Types::DatabaseColumnList
Returns the value of attribute columns.
-
#database_source_authentication_configuration ⇒ Types::DatabaseSourceAuthenticationConfiguration
Returns the value of attribute database_source_authentication_configuration.
-
#database_source_vpc_configuration ⇒ Types::DatabaseSourceVPCConfiguration
Returns the value of attribute database_source_vpc_configuration.
-
#databases ⇒ Types::DatabaseList
Returns the value of attribute databases.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#snapshot_info ⇒ ::Array[Types::DatabaseSnapshotInfo]
Returns the value of attribute snapshot_info.
-
#snapshot_watermark_table ⇒ ::String
Returns the value of attribute snapshot_watermark_table.
-
#ssl_mode ⇒ "Disabled", "Enabled"
Returns the value of attribute ssl_mode.
-
#surrogate_keys ⇒ ::Array[::String]
Returns the value of attribute surrogate_keys.
-
#tables ⇒ Types::DatabaseTableList
Returns the value of attribute tables.
-
#type ⇒ "MySQL", "PostgreSQL"
Returns the value of attribute type.
Instance Attribute Details
#columns ⇒ Types::DatabaseColumnList
Returns the value of attribute columns.
246 247 248 |
# File 'sig/types.rbs', line 246 def columns @columns end |
#database_source_authentication_configuration ⇒ Types::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_configuration ⇒ Types::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 |
#databases ⇒ Types::DatabaseList
Returns the value of attribute databases.
244 245 246 |
# File 'sig/types.rbs', line 244 def databases @databases end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
241 242 243 |
# File 'sig/types.rbs', line 241 def endpoint @endpoint end |
#port ⇒ ::Integer
Returns the value of attribute port.
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.
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.
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.
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.
247 248 249 |
# File 'sig/types.rbs', line 247 def surrogate_keys @surrogate_keys end |
#tables ⇒ Types::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.
240 241 242 |
# File 'sig/types.rbs', line 240 def type @type end |