Class: Aws::Types::DescribeAgentStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAgentStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def agent_status_id @agent_status_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def instance_id @instance_id end |