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.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def catalog_id @catalog_id end |
#database_input ⇒ Types::DatabaseInput
Returns the value of attribute database_input.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def database_input @database_input end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def @tags end |