class Aws::CloudDirectory::Types::BatchListObjectAttributes
Represents the output of a ListObjectAttributes operation.
@note When making an API call, you may pass BatchListObjectAttributes
data as a hash: { object_reference: { # required selector: "SelectorObjectReference", }, next_token: "NextToken", max_results: 1, facet_filter: { schema_arn: "Arn", facet_name: "FacetName", }, }
@!attribute [rw] object_reference
Reference of the object whose attributes need to be listed. @return [Types::ObjectReference]
@!attribute [rw] next_token
The pagination token. @return [String]
@!attribute [rw] max_results
The maximum number of items to be retrieved in a single call. This is an approximate number. @return [Integer]
@!attribute [rw] facet_filter
Used to filter the list of object attributes that are associated with a certain facet. @return [Types::SchemaFacet]
@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchListObjectAttributes AWS API Documentation
Constants
- SENSITIVE