Class: Aws::CloudDirectory::Types::PolicyToPath

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

Overview

Used when a regular object exists in a Directory and you want to find all of the policies that are associated with that object and the parent to that object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathString

The path that is referenced from the root.

Returns:

  • (String)


4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4720

class PolicyToPath < Struct.new(
  :path,
  :policies)
  SENSITIVE = []
  include Aws::Structure
end

#policiesArray<Types::PolicyAttachment>

List of policy objects.

Returns:



4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4720

class PolicyToPath < Struct.new(
  :path,
  :policies)
  SENSITIVE = []
  include Aws::Structure
end