Struct rusoto_iot::ListTargetsForPolicyRequest [] [src]

pub struct ListTargetsForPolicyRequest {
    pub marker: Option<String>,
    pub page_size: Option<i64>,
    pub policy_name: String,
}

Fields

A marker used to get the next set of results.

The maximum number of results to return at one time.

The policy name.

Trait Implementations

impl Default for ListTargetsForPolicyRequest
[src]

[src]

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

impl Debug for ListTargetsForPolicyRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListTargetsForPolicyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations