class Aws::CloudDirectory::Types::ListObjectAttributesRequest

@note When making an API call, you may pass ListObjectAttributesRequest

data as a hash:

    {
      directory_arn: "Arn", # required
      object_reference: { # required
        selector: "SelectorObjectReference",
      },
      next_token: "NextToken",
      max_results: 1,
      consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
      facet_filter: {
        schema_arn: "Arn",
        facet_name: "FacetName",
      },
    }

@!attribute [rw] directory_arn

The Amazon Resource Name (ARN) that is associated with the Directory
where the object resides. For more information, see arns.
@return [String]

@!attribute [rw] object_reference

The reference that identifies the object whose attributes will 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] consistency_level

Represents the manner and timing in which the successful write or
update of an object is reflected in a subsequent read operation of
that same object.
@return [String]

@!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/ListObjectAttributesRequest AWS API Documentation

Constants

SENSITIVE