| 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.BatchListObjectAttributesResponse
Description
Synopsis
- data BatchListObjectAttributesResponse = BatchListObjectAttributesResponse' {}
- newBatchListObjectAttributesResponse :: BatchListObjectAttributesResponse
- batchListObjectAttributesResponse_attributes :: Lens' BatchListObjectAttributesResponse (Maybe [AttributeKeyAndValue])
- batchListObjectAttributesResponse_nextToken :: Lens' BatchListObjectAttributesResponse (Maybe Text)
Documentation
data BatchListObjectAttributesResponse Source #
Represents the output of a ListObjectAttributes response operation.
See: newBatchListObjectAttributesResponse smart constructor.
Constructors
| BatchListObjectAttributesResponse' | |
Fields
| |
Instances
newBatchListObjectAttributesResponse :: BatchListObjectAttributesResponse Source #
Create a value of BatchListObjectAttributesResponse 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:attributes:BatchListObjectAttributesResponse', batchListObjectAttributesResponse_attributes - The attributes map that is associated with the object. AttributeArn is
the key; attribute value is the value.
$sel:nextToken:BatchListObjectAttributesResponse', batchListObjectAttributesResponse_nextToken - The pagination token.
batchListObjectAttributesResponse_attributes :: Lens' BatchListObjectAttributesResponse (Maybe [AttributeKeyAndValue]) Source #
The attributes map that is associated with the object. AttributeArn is
the key; attribute value is the value.
batchListObjectAttributesResponse_nextToken :: Lens' BatchListObjectAttributesResponse (Maybe Text) Source #
The pagination token.