Class: Aws::CloudDirectory::Types::LookupPolicyResponse

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)


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_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:



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