Class: Aws::Types::AgentAlias
- Inherits:
-
Object
- Object
- Aws::Types::AgentAlias
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_alias_arn ⇒ ::String
Returns the value of attribute agent_alias_arn.
-
#agent_alias_history_events ⇒ ::Array[Types::AgentAliasHistoryEvent]
Returns the value of attribute agent_alias_history_events.
-
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
-
#agent_alias_name ⇒ ::String
Returns the value of attribute agent_alias_name.
-
#agent_alias_status ⇒ "CREATING", ...
Returns the value of attribute agent_alias_status.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#alias_invocation_state ⇒ "ACCEPT_INVOCATIONS", "REJECT_INVOCATIONS"
Returns the value of attribute alias_invocation_state.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#routing_configuration ⇒ ::Array[Types::AgentAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_alias_arn ⇒ ::String
Returns the value of attribute agent_alias_arn.
102 103 104 |
# File 'sig/types.rbs', line 102 def agent_alias_arn @agent_alias_arn end |
#agent_alias_history_events ⇒ ::Array[Types::AgentAliasHistoryEvent]
Returns the value of attribute agent_alias_history_events.
108 109 110 |
# File 'sig/types.rbs', line 108 def agent_alias_history_events @agent_alias_history_events end |
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def agent_alias_id @agent_alias_id end |
#agent_alias_name ⇒ ::String
Returns the value of attribute agent_alias_name.
101 102 103 |
# File 'sig/types.rbs', line 101 def agent_alias_name @agent_alias_name end |
#agent_alias_status ⇒ "CREATING", ...
Returns the value of attribute agent_alias_status.
109 110 111 |
# File 'sig/types.rbs', line 109 def agent_alias_status @agent_alias_status end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
99 100 101 |
# File 'sig/types.rbs', line 99 def agent_id @agent_id end |
#alias_invocation_state ⇒ "ACCEPT_INVOCATIONS", "REJECT_INVOCATIONS"
Returns the value of attribute alias_invocation_state.
111 112 113 |
# File 'sig/types.rbs', line 111 def alias_invocation_state @alias_invocation_state end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
103 104 105 |
# File 'sig/types.rbs', line 103 def client_token @client_token end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
106 107 108 |
# File 'sig/types.rbs', line 106 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
104 105 106 |
# File 'sig/types.rbs', line 104 def description @description end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
110 111 112 |
# File 'sig/types.rbs', line 110 def failure_reasons @failure_reasons end |
#routing_configuration ⇒ ::Array[Types::AgentAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
105 106 107 |
# File 'sig/types.rbs', line 105 def routing_configuration @routing_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
107 108 109 |
# File 'sig/types.rbs', line 107 def updated_at @updated_at end |