Method: Aws::CloudDirectory::Types::BatchLookupPolicy#object_reference

Defined in:
lib/aws-sdk-clouddirectory/types.rb

#object_referenceTypes::ObjectReference

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



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

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