Struct rusoto_clouddirectory::BatchLookupPolicyResponse[][src]

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

Represents the output of a LookupPolicy response operation.

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 BatchLookupPolicyResponse
[src]

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

impl Debug for BatchLookupPolicyResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for BatchLookupPolicyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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