Class: Aws::Types::UpdateKxDatabaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxDatabaseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def environment_id @environment_id end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def @last_modified_timestamp end |