Class: Aws::CloudDirectory::Types::BatchListPolicyAttachments

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

Overview

Returns all of the ObjectIdentifiers to which a given policy is attached inside a BatchRead operation. For more information, see ListPolicyAttachments 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)


1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1338

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1338

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

#policy_referenceTypes::ObjectReference

The reference that identifies the policy object.



1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1338

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