Class: Aws::Types::DeleteEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
209 210 211 |
# File 'sig/types.rbs', line 209 def arn @arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def environment_id @environment_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
211 212 213 |
# File 'sig/types.rbs', line 211 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
212 213 214 |
# File 'sig/types.rbs', line 212 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
213 214 215 |
# File 'sig/types.rbs', line 213 def state @state end |