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.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def agent_status_arn @agent_status_arn end |
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def agent_status_id @agent_status_id end |