Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data QueueSummary Source #
Contains summary information about a queue.
See: newQueueSummary
smart constructor.
Instances
newQueueSummary :: QueueSummary Source #
Create a value of QueueSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:QueueSummary'
, queueSummary_arn
- The Amazon Resource Name (ARN) of the queue.
$sel:name:QueueSummary'
, queueSummary_name
- The name of the queue.
$sel:id:QueueSummary'
, queueSummary_id
- The identifier of the queue.
$sel:queueType:QueueSummary'
, queueSummary_queueType
- The type of queue.
queueSummary_arn :: Lens' QueueSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the queue.
queueSummary_name :: Lens' QueueSummary (Maybe Text) Source #
The name of the queue.
queueSummary_id :: Lens' QueueSummary (Maybe Text) Source #
The identifier of the queue.
queueSummary_queueType :: Lens' QueueSummary (Maybe QueueType) Source #
The type of queue.