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.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def agent_status_arn @agent_status_arn end |
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def agent_status_id @agent_status_id end |