Class: Aws::Types::AgentContactReference
- Inherits:
-
Object
- Object
- Aws::Types::AgentContactReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_contact_state ⇒ "INCOMING", ...
Returns the value of attribute agent_contact_state.
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#connected_to_agent_timestamp ⇒ ::Time
Returns the value of attribute connected_to_agent_timestamp.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#initiation_method ⇒ "INBOUND", ...
Returns the value of attribute initiation_method.
-
#queue ⇒ Types::QueueReference
Returns the value of attribute queue.
-
#state_start_timestamp ⇒ ::Time
Returns the value of attribute state_start_timestamp.
Instance Attribute Details
#agent_contact_state ⇒ "INCOMING", ...
Returns the value of attribute agent_contact_state.
68 69 70 |
# File 'sig/types.rbs', line 68 def agent_contact_state @agent_contact_state end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
66 67 68 |
# File 'sig/types.rbs', line 66 def channel @channel end |
#connected_to_agent_timestamp ⇒ ::Time
Returns the value of attribute connected_to_agent_timestamp.
70 71 72 |
# File 'sig/types.rbs', line 70 def @connected_to_agent_timestamp end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def contact_id @contact_id end |
#initiation_method ⇒ "INBOUND", ...
Returns the value of attribute initiation_method.
67 68 69 |
# File 'sig/types.rbs', line 67 def initiation_method @initiation_method end |
#queue ⇒ Types::QueueReference
Returns the value of attribute queue.
71 72 73 |
# File 'sig/types.rbs', line 71 def queue @queue end |
#state_start_timestamp ⇒ ::Time
Returns the value of attribute state_start_timestamp.
69 70 71 |
# File 'sig/types.rbs', line 69 def @state_start_timestamp end |