Class: Aws::Types::GetDatabaseInput
- Inherits:
-
Object
- Object
- Aws::Types::GetDatabaseInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
463 464 465 |
# File 'sig/types.rbs', line 463 def catalog_name @catalog_name end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
464 465 466 |
# File 'sig/types.rbs', line 464 def database_name @database_name end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
465 466 467 |
# File 'sig/types.rbs', line 465 def work_group @work_group end |