Class: Aws::Types::DeleteKxDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKxDatabaseRequest
- 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.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
319 320 321 |
# File 'sig/types.rbs', line 319 def client_token @client_token end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
318 319 320 |
# File 'sig/types.rbs', line 318 def database_name @database_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
317 318 319 |
# File 'sig/types.rbs', line 317 def environment_id @environment_id end |