You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Connect::Types::QueueSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains summary information about a queue.

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the queue.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the queue.

#id ⇒ String

The identifier of the queue.

Returns:

  • (String) —

    The identifier of the queue.

#name ⇒ String

The name of the queue.

Returns:

  • (String) —

    The name of the queue.

#queue_type ⇒ String

The type of queue.

Possible values:

  • STANDARD
  • AGENT

Returns:

  • (String) —

    The type of queue.