Class: Aws::Types::CreateKxEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxEnvironmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATE_REQUESTED", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
212 213 214 |
# File 'sig/types.rbs', line 212 def end |
#description ⇒ ::String
Returns the value of attribute description.
209 210 211 |
# File 'sig/types.rbs', line 209 def description @description end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
210 211 212 |
# File 'sig/types.rbs', line 210 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def environment_id @environment_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
211 212 213 |
# File 'sig/types.rbs', line 211 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
206 207 208 |
# File 'sig/types.rbs', line 206 def name @name end |
#status ⇒ "CREATE_REQUESTED", ...
Returns the value of attribute status.
207 208 209 |
# File 'sig/types.rbs', line 207 def status @status end |