class Aws::CloudDirectory::Types::ListPolicyAttachmentsRequest

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

data as a hash:

    {
      directory_arn: "Arn", # required
      policy_reference: { # required
        selector: "SelectorObjectReference",
      },
      next_token: "NextToken",
      max_results: 1,
      consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
    }

@!attribute [rw] directory_arn

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

@!attribute [rw] policy_reference

The reference that identifies the policy object.
@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]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListPolicyAttachmentsRequest AWS API Documentation

Constants

SENSITIVE