You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudDirectory::Types::ListObjectPoliciesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListObjectPoliciesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_levelString

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.

Possible values:

  • SERIALIZABLE
  • EVENTUAL

Returns:

  • (String)

    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.

#directory_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.

#max_resultsInteger

The maximum number of items to be retrieved in a single call. This is an approximate number.

Returns:

  • (Integer)

    The maximum number of items to be retrieved in a single call.

#next_tokenString

The pagination token.

Returns:

  • (String)

    The pagination token.

#object_referenceTypes::ObjectReference

Reference that identifies the object for which policies will be listed.

Returns: