Class: Aws::Types::CreateAgentAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_alias_name ⇒ ::String
Returns the value of attribute agent_alias_name.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#routing_configuration ⇒ ::Array[Types::AgentAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#agent_alias_name ⇒ ::String
Returns the value of attribute agent_alias_name.
426 427 428 |
# File 'sig/types.rbs', line 426 def agent_alias_name @agent_alias_name end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
425 426 427 |
# File 'sig/types.rbs', line 425 def agent_id @agent_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
427 428 429 |
# File 'sig/types.rbs', line 427 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
428 429 430 |
# File 'sig/types.rbs', line 428 def description @description end |
#routing_configuration ⇒ ::Array[Types::AgentAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
429 430 431 |
# File 'sig/types.rbs', line 429 def routing_configuration @routing_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
430 431 432 |
# File 'sig/types.rbs', line 430 def @tags end |