Class: Aws::Types::UpdateDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDatabaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_input ⇒ Types::DatabaseInput
Returns the value of attribute database_input.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
8000 8001 8002 |
# File 'sig/types.rbs', line 8000 def catalog_id @catalog_id end |
#database_input ⇒ Types::DatabaseInput
Returns the value of attribute database_input.
8002 8003 8004 |
# File 'sig/types.rbs', line 8002 def database_input @database_input end |
#name ⇒ ::String
Returns the value of attribute name.
8001 8002 8003 |
# File 'sig/types.rbs', line 8001 def name @name end |