Class: Aws::CloudDirectory::Types::BatchLookupPolicyResponse

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

Overview

Represents the output of a LookupPolicy response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


1410
1411
1412
1413
1414
1415
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1410

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

#policy_to_path_listArray<Types::PolicyToPath>

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

Returns:



1410
1411
1412
1413
1414
1415
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1410

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