Class: Aws::Types::CreateAgentStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_status_arn ⇒ ::String
Returns the value of attribute agent_status_arn.
-
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
Instance Attribute Details
#agent_status_arn ⇒ ::String
Returns the value of attribute agent_status_arn.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def agent_status_arn @agent_status_arn end |
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def agent_status_id @agent_status_id end |