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]

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

impl Debug for PolicyToPath
[src]

Formats the value using the given formatter. Read more

impl Clone for PolicyToPath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PolicyToPath
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations