| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.QueueSummary
Description
Synopsis
Documentation
data QueueSummary Source #
Contains summary information about a queue.
See: newQueueSummary smart constructor.
Constructors
| QueueSummary' | |
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:id:QueueSummary', queueSummary_id - The identifier of the queue.
$sel:name:QueueSummary', queueSummary_name - The name 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_id :: Lens' QueueSummary (Maybe Text) Source #
The identifier of the queue.
queueSummary_name :: Lens' QueueSummary (Maybe Text) Source #
The name of the queue.
queueSummary_queueType :: Lens' QueueSummary (Maybe QueueType) Source #
The type of queue.