amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.RoutingProfileReference

Description

 
Synopsis

Documentation

data RoutingProfileReference Source #

Information about the routing profile assigned to the user.

See: newRoutingProfileReference smart constructor.

Constructors

RoutingProfileReference' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the routing profile.

  • id :: Maybe Text

    The identifier of the routing profile.

Instances

Instances details
FromJSON RoutingProfileReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileReference

Generic RoutingProfileReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileReference

Associated Types

type Rep RoutingProfileReference :: Type -> Type #

Read RoutingProfileReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileReference

Show RoutingProfileReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileReference

NFData RoutingProfileReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileReference

Methods

rnf :: RoutingProfileReference -> () #

Eq RoutingProfileReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileReference

Hashable RoutingProfileReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileReference

type Rep RoutingProfileReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileReference

type Rep RoutingProfileReference = D1 ('MetaData "RoutingProfileReference" "Amazonka.Connect.Types.RoutingProfileReference" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "RoutingProfileReference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRoutingProfileReference :: RoutingProfileReference Source #

Create a value of RoutingProfileReference 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:RoutingProfileReference', routingProfileReference_arn - The Amazon Resource Name (ARN) of the routing profile.

$sel:id:RoutingProfileReference', routingProfileReference_id - The identifier of the routing profile.

routingProfileReference_arn :: Lens' RoutingProfileReference (Maybe Text) Source #

The Amazon Resource Name (ARN) of the routing profile.

routingProfileReference_id :: Lens' RoutingProfileReference (Maybe Text) Source #

The identifier of the routing profile.