Class: Aws::Types::ManagedAgent
- Inherits:
-
Object
- Object
- Aws::Types::ManagedAgent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_started_at ⇒ ::Time
Returns the value of attribute last_started_at.
-
#last_status ⇒ ::String
Returns the value of attribute last_status.
-
#name ⇒ "ExecuteCommandAgent"
Returns the value of attribute name.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#last_started_at ⇒ ::Time
Returns the value of attribute last_started_at.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def last_started_at @last_started_at end |
#last_status ⇒ ::String
Returns the value of attribute last_status.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def last_status @last_status end |
#name ⇒ "ExecuteCommandAgent"
Returns the value of attribute name.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def reason @reason end |