Class: Aws::Types::AbortEnvironmentUpdateMessage
- Inherits:
-
Object
- Object
- Aws::Types::AbortEnvironmentUpdateMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
13 14 15 |
# File 'sig/types.rbs', line 13 def environment_name @environment_name end |