Class: Aws::Types::CreateKxDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxDatabaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
149 150 151 |
# File 'sig/types.rbs', line 149 def client_token @client_token end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
146 147 148 |
# File 'sig/types.rbs', line 146 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
147 148 149 |
# File 'sig/types.rbs', line 147 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
145 146 147 |
# File 'sig/types.rbs', line 145 def environment_id @environment_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
148 149 150 |
# File 'sig/types.rbs', line 148 def @tags end |