class Aws::CloudDirectory::Types::LookupPolicyRequest

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

data as a hash:

    {
      directory_arn: "Arn", # required
      object_reference: { # required
        selector: "SelectorObjectReference",
      },
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] directory_arn

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

@!attribute [rw] object_reference

Reference that identifies the object whose policies will be looked
up.
@return [Types::ObjectReference]

@!attribute [rw] next_token

The token to request the next page of results.
@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]

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

Constants

SENSITIVE