Struct rusoto_clouddirectory::LookupPolicyResponse[][src]

pub struct LookupPolicyResponse {
    pub next_token: Option<String>,
    pub policy_to_path_list: Option<Vec<PolicyToPath>>,
}

Fields

The pagination token.

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

Trait Implementations

impl Default for LookupPolicyResponse
[src]

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

impl Debug for LookupPolicyResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for LookupPolicyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LookupPolicyResponse
[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