| 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.RoutingProfileSummary
Description
Synopsis
- data RoutingProfileSummary = RoutingProfileSummary' {}
- newRoutingProfileSummary :: RoutingProfileSummary
- routingProfileSummary_arn :: Lens' RoutingProfileSummary (Maybe Text)
- routingProfileSummary_id :: Lens' RoutingProfileSummary (Maybe Text)
- routingProfileSummary_name :: Lens' RoutingProfileSummary (Maybe Text)
Documentation
data RoutingProfileSummary Source #
Contains summary information about a routing profile.
See: newRoutingProfileSummary smart constructor.
Constructors
| RoutingProfileSummary' | |
Instances
newRoutingProfileSummary :: RoutingProfileSummary Source #
Create a value of RoutingProfileSummary 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:RoutingProfileSummary', routingProfileSummary_arn - The Amazon Resource Name (ARN) of the routing profile.
$sel:id:RoutingProfileSummary', routingProfileSummary_id - The identifier of the routing profile.
$sel:name:RoutingProfileSummary', routingProfileSummary_name - The name of the routing profile.
routingProfileSummary_arn :: Lens' RoutingProfileSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the routing profile.
routingProfileSummary_id :: Lens' RoutingProfileSummary (Maybe Text) Source #
The identifier of the routing profile.
routingProfileSummary_name :: Lens' RoutingProfileSummary (Maybe Text) Source #
The name of the routing profile.