class Aws::CloudDirectory::Types::ListObjectPoliciesRequest
@note When making an API call, you may pass ListObjectPoliciesRequest
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 }
@!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] object_reference
Reference that identifies the object for which policies 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]
@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListObjectPoliciesRequest AWS API Documentation
Constants
- SENSITIVE