Class: Aws::CloudDirectory::Types::PolicyToPath
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::PolicyToPath
- 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
-
#path ⇒ String
The path that is referenced from the root.
-
#policies ⇒ Array<Types::PolicyAttachment>
List of policy objects.
Instance Attribute Details
#path ⇒ String
The path that is referenced from the root.
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 |
#policies ⇒ Array<Types::PolicyAttachment>
List of policy objects.
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 |