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.
62 63 64 |
# File 'sig/types.rbs', line 62 def agent_contact_state @agent_contact_state end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
60 61 62 |
# File 'sig/types.rbs', line 60 def channel @channel end |
#connected_to_agent_timestamp ⇒ ::Time
Returns the value of attribute connected_to_agent_timestamp.
64 65 66 |
# File 'sig/types.rbs', line 64 def @connected_to_agent_timestamp end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def contact_id @contact_id end |
#initiation_method ⇒ "INBOUND", ...
Returns the value of attribute initiation_method.
61 62 63 |
# File 'sig/types.rbs', line 61 def initiation_method @initiation_method end |
#queue ⇒ Types::QueueReference
Returns the value of attribute queue.
65 66 67 |
# File 'sig/types.rbs', line 65 def queue @queue end |
#state_start_timestamp ⇒ ::Time
Returns the value of attribute state_start_timestamp.
63 64 65 |
# File 'sig/types.rbs', line 63 def @state_start_timestamp end |