Struct rusoto_iot::ListRoleAliasesResponse [] [src]

pub struct ListRoleAliasesResponse {
    pub next_marker: Option<String>,
    pub role_aliases: Option<Vec<String>>,
}

Fields

A marker used to get the next set of results.

The role aliases.

Trait Implementations

impl Default for ListRoleAliasesResponse
[src]

[src]

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

impl Debug for ListRoleAliasesResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListRoleAliasesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations