Class: Aws::CloudDirectory::Types::BatchListObjectPolicies

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

Overview

Returns policies attached to an object in pagination fashion inside a BatchRead operation. For more information, see ListObjectPolicies 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)


1230
1231
1232
1233
1234
1235
1236
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1230

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1230
1231
1232
1233
1234
1235
1236
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1230

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

#object_referenceTypes::ObjectReference

The reference that identifies the object whose attributes will be listed.



1230
1231
1232
1233
1234
1235
1236
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1230

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