Class: Aws::Types::ApplyEnvironmentManagedActionResult
- Inherits:
-
Object
- Object
- Aws::Types::ApplyEnvironmentManagedActionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_description ⇒ ::String
Returns the value of attribute action_description.
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#action_type ⇒ "InstanceRefresh", ...
Returns the value of attribute action_type.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#action_description ⇒ ::String
Returns the value of attribute action_description.
102 103 104 |
# File 'sig/types.rbs', line 102 def action_description @action_description end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
101 102 103 |
# File 'sig/types.rbs', line 101 def action_id @action_id end |
#action_type ⇒ "InstanceRefresh", ...
Returns the value of attribute action_type.
103 104 105 |
# File 'sig/types.rbs', line 103 def action_type @action_type end |
#status ⇒ ::String
Returns the value of attribute status.
104 105 106 |
# File 'sig/types.rbs', line 104 def status @status end |