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.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def database_name @database_name end |
#region ⇒ ::String
Returns the value of attribute region.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def region @region end |