Class: Aws::Types::UpdateKxDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxDatabaseRequest
- 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.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def client_token @client_token end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def environment_id @environment_id end |