Struct rusoto_clouddirectory::LookupPolicyRequest [] [src]

pub struct LookupPolicyRequest {
    pub directory_arn: String,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub object_reference: ObjectReference,
}

Fields

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

The maximum number of items to be retrieved in a single call. This is an approximate number.

The token to request the next page of results.

Reference that identifies the object whose policies will be looked up.

Trait Implementations

impl Default for LookupPolicyRequest
[src]

[src]

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

impl Debug for LookupPolicyRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LookupPolicyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations