Class: Aws::Connect::Types::Queue

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

Overview

Contains information about a queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the queue.

Returns:

  • (String)


13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#hours_of_operation_idString

The identifier for the hours of operation.

Returns:

  • (String)


13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#max_contactsInteger

The maximum number of contacts that can be in the queue before it is considered full.

Returns:

  • (Integer)


13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the queue.

Returns:

  • (String)


13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_caller_configTypes::OutboundCallerConfig

The outbound caller ID name, number, and outbound whisper flow.



13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#queue_arnString

The Amazon Resource Name (ARN) for the queue.

Returns:

  • (String)


13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The identifier for the queue.

Returns:

  • (String)


13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the queue.

Returns:

  • (String)


13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ "Tags": {"key1":"value1", "key2":"value2"\} \}.

Returns:

  • (Hash<String,String>)


13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13961

class Queue < Struct.new(
  :name,
  :queue_arn,
  :queue_id,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :status,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end