Class: Aws::CloudDirectory::Types::ListPolicyAttachmentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


4245
4246
4247
4248
4249
4250
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4245

class ListPolicyAttachmentsResponse < 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>)


4245
4246
4247
4248
4249
4250
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4245

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