Class: Aws::Types::CreateKxDatabaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxDatabaseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#database_arn ⇒ ::String
Returns the value of attribute database_arn.
-
#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
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
158 159 160 |
# File 'sig/types.rbs', line 158 def end |
#database_arn ⇒ ::String
Returns the value of attribute database_arn.
155 156 157 |
# File 'sig/types.rbs', line 155 def database_arn @database_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
154 155 156 |
# File 'sig/types.rbs', line 154 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
157 158 159 |
# File 'sig/types.rbs', line 157 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
156 157 158 |
# File 'sig/types.rbs', line 156 def environment_id @environment_id end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
159 160 161 |
# File 'sig/types.rbs', line 159 def end |