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.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def last_started_at @last_started_at end |
#last_status ⇒ ::String
Returns the value of attribute last_status.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def last_status @last_status end |
#name ⇒ "ExecuteCommandAgent"
Returns the value of attribute name.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def reason @reason end |