Class: Aws::Connect::Types::Contact

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains information about a contact.

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_infoTypes::AgentInfo

Information about the agent who accepted the contact.

Returns:



1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) for the contact.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#channelString

How the contact reached your contact center.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the contact.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#disconnect_timestampTime

The timestamp when the customer endpoint disconnected from Amazon Connect.

Returns:

  • (Time)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#idString

The identifier for the contact.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#initial_contact_idString

If this contact is related to other contacts, this is the ID of the initial contact.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#initiation_methodString

Indicates how the contact was initiated.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#initiation_timestampTime

The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact.

Returns:

  • (Time)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#last_paused_timestampTime

The timestamp when the contact was last paused.

Returns:

  • (Time)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#last_resumed_timestampTime

The timestamp when the contact was last resumed.

Returns:

  • (Time)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#last_update_timestampTime

The timestamp when contact was last updated.

Returns:

  • (Time)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the contact.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#previous_contact_idString

If this contact is not the first contact, this is the ID of the previous contact.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#queue_infoTypes::QueueInfo

If this contact was queued, this contains information about the queue.

Returns:



1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#queue_priorityInteger

An integer that represents the queue priority to be applied to the contact (lower priorities are routed preferentially). Cannot be specified if the QueueTimeAdjustmentSeconds is specified. Must be statically defined, must be larger than zero, and a valid integer value. Default Value is 5.

Returns:

  • (Integer)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#queue_time_adjustment_secondsInteger

An integer that represents the queue time adjust to be applied to the contact, in seconds (longer / larger queue time are routed preferentially). Cannot be specified if the QueuePriority is specified. Must be statically defined and a valid integer value.

Returns:

  • (Integer)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

The contactId that is related to this contact.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#scheduled_timestampTime

The timestamp, in Unix epoch time format, at which to start running the inbound flow.

Returns:

  • (Time)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#tagsHash<String,String>

Tags associated with the contact. This contains both Amazon Web Services generated and user-defined tags.

Returns:

  • (Hash<String,String>)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#total_pause_countInteger

Total pause count for a contact.

Returns:

  • (Integer)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#total_pause_duration_in_secondsInteger

Total pause duration for a contact in seconds.

Returns:

  • (Integer)


1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#wisdom_infoTypes::WisdomInfo

Information about Amazon Connect Wisdom.

Returns:



1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1904

class Contact < Struct.new(
  :arn,
  :id,
  :initial_contact_id,
  :previous_contact_id,
  :initiation_method,
  :name,
  :description,
  :channel,
  :queue_info,
  :agent_info,
  :initiation_timestamp,
  :disconnect_timestamp,
  :last_update_timestamp,
  :last_paused_timestamp,
  :last_resumed_timestamp,
  :total_pause_count,
  :total_pause_duration_in_seconds,
  :scheduled_timestamp,
  :related_contact_id,
  :wisdom_info,
  :queue_time_adjustment_seconds,
  :queue_priority,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end