Class: Aws::Types::DatabaseIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def database_name @database_name end |
#region ⇒ ::String
Returns the value of attribute region.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def region @region end |