Class: Aws::Types::ManagedAgentStateChange
- Inherits:
-
Object
- Object
- Aws::Types::ManagedAgentStateChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#managed_agent_name ⇒ "ExecuteCommandAgent"
Returns the value of attribute managed_agent_name.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def container_name @container_name end |
#managed_agent_name ⇒ "ExecuteCommandAgent"
Returns the value of attribute managed_agent_name.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def managed_agent_name @managed_agent_name end |
#reason ⇒ ::String
Returns the value of attribute reason.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def reason @reason end |
#status ⇒ ::String
Returns the value of attribute status.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def status @status end |