Class: Aws::Types::DeleteAgentVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAgentVersionResponse
- 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.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
753 754 755 |
# File 'sig/types.rbs', line 753 def agent_id @agent_id end |
#agent_status ⇒ "CREATING", ...
Returns the value of attribute agent_status.
755 756 757 |
# File 'sig/types.rbs', line 755 def agent_status @agent_status end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
754 755 756 |
# File 'sig/types.rbs', line 754 def agent_version @agent_version end |