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

#arnString

The Amazon Resource Name (ARN) of the queue.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the queue.

#idString

The identifier of the queue.

Returns:

  • (String)

    The identifier of the queue.

#nameString

The name of the queue.

Returns:

  • (String)

    The name of the queue.

#queue_typeString

The type of queue.

Possible values:

  • STANDARD
  • AGENT

Returns:

  • (String)

    The type of queue.