Class: Aws::CloudDirectory::Types::BatchLookupPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchLookupPolicyResponse
- 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
-
#next_token ⇒ String
The pagination token.
-
#policy_to_path_list ⇒ Array<Types::PolicyToPath>
Provides list of path to policies.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
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_list ⇒ Array<Types::PolicyToPath>
Provides list of path to policies. Policies contain ‘PolicyId`, `ObjectIdentifier`, and `PolicyType`. For more information, see [Policies].
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 |