Struct rusoto_iot::ListRoleAliasesRequest [] [src]

pub struct ListRoleAliasesRequest {
    pub ascending_order: Option<bool>,
    pub marker: Option<String>,
    pub page_size: Option<i64>,
}

Fields

Return the list of role aliases in ascending alphabetical order.

A marker used to get the next set of results.

The maximum number of results to return at one time.

Trait Implementations

impl Default for ListRoleAliasesRequest
[src]

[src]

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

impl Debug for ListRoleAliasesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListRoleAliasesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations