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]

[src]

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

impl Debug for LookupPolicyResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LookupPolicyResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations