| 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.BatchListObjectAttributes
Description
Synopsis
- data BatchListObjectAttributes = BatchListObjectAttributes' {}
- newBatchListObjectAttributes :: ObjectReference -> BatchListObjectAttributes
- batchListObjectAttributes_facetFilter :: Lens' BatchListObjectAttributes (Maybe SchemaFacet)
- batchListObjectAttributes_maxResults :: Lens' BatchListObjectAttributes (Maybe Natural)
- batchListObjectAttributes_nextToken :: Lens' BatchListObjectAttributes (Maybe Text)
- batchListObjectAttributes_objectReference :: Lens' BatchListObjectAttributes ObjectReference
Documentation
data BatchListObjectAttributes Source #
Represents the output of a ListObjectAttributes operation.
See: newBatchListObjectAttributes smart constructor.
Constructors
| BatchListObjectAttributes' | |
Fields
| |
Instances
newBatchListObjectAttributes Source #
Arguments
| :: ObjectReference | |
| -> BatchListObjectAttributes |
Create a value of BatchListObjectAttributes 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:facetFilter:BatchListObjectAttributes', batchListObjectAttributes_facetFilter - Used to filter the list of object attributes that are associated with a
certain facet.
$sel:maxResults:BatchListObjectAttributes', batchListObjectAttributes_maxResults - The maximum number of items to be retrieved in a single call. This is an
approximate number.
$sel:nextToken:BatchListObjectAttributes', batchListObjectAttributes_nextToken - The pagination token.
$sel:objectReference:BatchListObjectAttributes', batchListObjectAttributes_objectReference - Reference of the object whose attributes need to be listed.
batchListObjectAttributes_facetFilter :: Lens' BatchListObjectAttributes (Maybe SchemaFacet) Source #
Used to filter the list of object attributes that are associated with a certain facet.
batchListObjectAttributes_maxResults :: Lens' BatchListObjectAttributes (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
batchListObjectAttributes_nextToken :: Lens' BatchListObjectAttributes (Maybe Text) Source #
The pagination token.
batchListObjectAttributes_objectReference :: Lens' BatchListObjectAttributes ObjectReference Source #
Reference of the object whose attributes need to be listed.