Class: Aws::Types::AgentStatusReference
- Inherits:
-
Object
- Object
- Aws::Types::AgentStatusReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status_arn ⇒ ::String
Returns the value of attribute status_arn.
-
#status_name ⇒ ::String
Returns the value of attribute status_name.
-
#status_start_timestamp ⇒ ::Time
Returns the value of attribute status_start_timestamp.
Instance Attribute Details
#status_arn ⇒ ::String
Returns the value of attribute status_arn.
133 134 135 |
# File 'sig/types.rbs', line 133 def status_arn @status_arn end |
#status_name ⇒ ::String
Returns the value of attribute status_name.
134 135 136 |
# File 'sig/types.rbs', line 134 def status_name @status_name end |
#status_start_timestamp ⇒ ::Time
Returns the value of attribute status_start_timestamp.
132 133 134 |
# File 'sig/types.rbs', line 132 def @status_start_timestamp end |