| 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.CloudDirectory.Types.BatchListObjectPolicies
Description
Synopsis
- data BatchListObjectPolicies = BatchListObjectPolicies' {}
- newBatchListObjectPolicies :: ObjectReference -> BatchListObjectPolicies
- batchListObjectPolicies_maxResults :: Lens' BatchListObjectPolicies (Maybe Natural)
- batchListObjectPolicies_nextToken :: Lens' BatchListObjectPolicies (Maybe Text)
- batchListObjectPolicies_objectReference :: Lens' BatchListObjectPolicies ObjectReference
Documentation
data BatchListObjectPolicies Source #
Returns policies attached to an object in pagination fashion inside a BatchRead operation. For more information, see ListObjectPolicies and BatchReadRequest$Operations.
See: newBatchListObjectPolicies smart constructor.
Constructors
| BatchListObjectPolicies' | |
Fields
| |
Instances
newBatchListObjectPolicies Source #
Create a value of BatchListObjectPolicies 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:maxResults:BatchListObjectPolicies', batchListObjectPolicies_maxResults - The maximum number of results to retrieve.
$sel:nextToken:BatchListObjectPolicies', batchListObjectPolicies_nextToken - The pagination token.
$sel:objectReference:BatchListObjectPolicies', batchListObjectPolicies_objectReference - The reference that identifies the object whose attributes will be
listed.
batchListObjectPolicies_maxResults :: Lens' BatchListObjectPolicies (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListObjectPolicies_nextToken :: Lens' BatchListObjectPolicies (Maybe Text) Source #
The pagination token.
batchListObjectPolicies_objectReference :: Lens' BatchListObjectPolicies ObjectReference Source #
The reference that identifies the object whose attributes will be listed.