Class: Aws::Types::RdsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RdsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#field_mapping ⇒ Types::RdsFieldMapping
Returns the value of attribute field_mapping.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def credentials_secret_arn @credentials_secret_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def database_name @database_name end |
#field_mapping ⇒ Types::RdsFieldMapping
Returns the value of attribute field_mapping.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def field_mapping @field_mapping end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def resource_arn @resource_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def table_name @table_name end |