Class: Aws::Types::CreateDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatabaseRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def catalog_id @catalog_id end |
#database_input ⇒ Types::DatabaseInput
Returns the value of attribute database_input.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def database_input @database_input end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def @tags end |