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.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def container_name @container_name end |
#managed_agent_name ⇒ "ExecuteCommandAgent"
Returns the value of attribute managed_agent_name.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def managed_agent_name @managed_agent_name end |
#reason ⇒ ::String
Returns the value of attribute reason.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def reason @reason end |
#status ⇒ ::String
Returns the value of attribute status.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def status @status end |