Class: Aws::Types::GetDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDatabaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
3565 3566 3567 |
# File 'sig/types.rbs', line 3565 def catalog_id @catalog_id end |
#name ⇒ ::String
Returns the value of attribute name.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def name @name end |