Struct rusoto_clouddirectory::PolicyToPath [] [src]

pub struct PolicyToPath {
    pub path: Option<String>,
    pub policies: Option<Vec<PolicyAttachment>>,
}

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.

Fields

The path that is referenced from the root.

List of policy objects.

Trait Implementations

impl Default for PolicyToPath
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for PolicyToPath
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PolicyToPath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PolicyToPath

impl Sync for PolicyToPath