Class: Aws::Types::DeleteAgentAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAgentAliasRequest
- 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_id ⇒ ::String
Returns the value of attribute agent_id.
Instance Attribute Details
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
722 723 724 |
# File 'sig/types.rbs', line 722 def agent_alias_id @agent_alias_id end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
721 722 723 |
# File 'sig/types.rbs', line 721 def agent_id @agent_id end |