Class: Aws::Types::DeleteAgentAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAgentAliasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
-
#agent_alias_status ⇒ "CREATING", ...
Returns the value of attribute agent_alias_status.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
Instance Attribute Details
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
728 729 730 |
# File 'sig/types.rbs', line 728 def agent_alias_id @agent_alias_id end |
#agent_alias_status ⇒ "CREATING", ...
Returns the value of attribute agent_alias_status.
729 730 731 |
# File 'sig/types.rbs', line 729 def agent_alias_status @agent_alias_status end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
727 728 729 |
# File 'sig/types.rbs', line 727 def agent_id @agent_id end |