Method: Aws::CloudDirectory::Types::BatchListPolicyAttachmentsResponse#object_identifiers

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

#object_identifiersArray<String>

A list of ‘ObjectIdentifiers` to which the policy is attached.

Returns:

  • (Array<String>)


1358
1359
1360
1361
1362
1363
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1358

class BatchListPolicyAttachmentsResponse < Struct.new(
  :object_identifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end