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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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].

[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directory.html#key_concepts_policies

Returns:



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

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