Struct rusoto_iot::ListAttachedPoliciesRequest [] [src]

pub struct ListAttachedPoliciesRequest {
    pub marker: Option<String>,
    pub page_size: Option<i64>,
    pub recursive: Option<bool>,
    pub target: String,
}

Fields

The token to retrieve the next set of results.

The maximum number of results to be returned per request.

When true, recursively list attached policies.

The group for which the policies will be listed.

Trait Implementations

impl Default for ListAttachedPoliciesRequest
[src]

[src]

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

impl Debug for ListAttachedPoliciesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListAttachedPoliciesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations