libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudDirectory.Types.BatchListPolicyAttachments

Description

 
Synopsis

Documentation

data BatchListPolicyAttachments Source #

Returns all of the ObjectIdentifiers to which a given policy is attached inside a BatchRead operation. For more information, see ListPolicyAttachments and BatchReadRequest$Operations.

See: newBatchListPolicyAttachments smart constructor.

Constructors

BatchListPolicyAttachments' 

Fields

Instances

Instances details
Eq BatchListPolicyAttachments Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachments

Read BatchListPolicyAttachments Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachments

Show BatchListPolicyAttachments Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachments

Generic BatchListPolicyAttachments Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachments

Associated Types

type Rep BatchListPolicyAttachments :: Type -> Type #

NFData BatchListPolicyAttachments Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachments

Hashable BatchListPolicyAttachments Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachments

ToJSON BatchListPolicyAttachments Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachments

type Rep BatchListPolicyAttachments Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachments

type Rep BatchListPolicyAttachments = D1 ('MetaData "BatchListPolicyAttachments" "Amazonka.CloudDirectory.Types.BatchListPolicyAttachments" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchListPolicyAttachments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "policyReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference))))

newBatchListPolicyAttachments Source #

Create a value of BatchListPolicyAttachments 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:nextToken:BatchListPolicyAttachments', batchListPolicyAttachments_nextToken - The pagination token.

$sel:maxResults:BatchListPolicyAttachments', batchListPolicyAttachments_maxResults - The maximum number of results to retrieve.

$sel:policyReference:BatchListPolicyAttachments', batchListPolicyAttachments_policyReference - The reference that identifies the policy object.