Class: Aws::CloudDirectory::Types::BatchLookupPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Lists all policies from the root of the Directory to the object specified inside a BatchRead operation. For more information, see LookupPolicy and BatchReadRequest$Operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to retrieve.

Returns:

  • (Integer)


1384
1385
1386
1387
1388
1389
1390
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1384

class BatchLookupPolicy < Struct.new(
  :object_reference,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


1384
1385
1386
1387
1388
1389
1390
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1384

class BatchLookupPolicy < Struct.new(
  :object_reference,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#object_referenceTypes::ObjectReference

Reference that identifies the object whose policies will be looked up.



1384
1385
1386
1387
1388
1389
1390
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1384

class BatchLookupPolicy < Struct.new(
  :object_reference,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end