Class: Aws::Types::DeleteAgentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAgentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_status ⇒ "CREATING", ...
Returns the value of attribute agent_status.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
740 741 742 |
# File 'sig/types.rbs', line 740 def agent_id @agent_id end |
#agent_status ⇒ "CREATING", ...
Returns the value of attribute agent_status.
741 742 743 |
# File 'sig/types.rbs', line 741 def agent_status @agent_status end |