Class: Aws::CloudDirectory::Types::BatchListPolicyAttachmentsResponse

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

Overview

Represents the output of a ListPolicyAttachments response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


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

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

#object_identifiersArray<String>

A list of ObjectIdentifiers to which the policy is attached.

Returns:

  • (Array<String>)


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

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