Class: Aws::CloudDirectory::Types::LookupPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::LookupPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
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.
4467 4468 4469 4470 4471 4472 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4467 class LookupPolicyResponse < 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].
4467 4468 4469 4470 4471 4472 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4467 class LookupPolicyResponse < Struct.new( :policy_to_path_list, :next_token) SENSITIVE = [] include Aws::Structure end |