Struct rusoto_iam::UpdateRoleDescriptionResponse [] [src]

pub struct UpdateRoleDescriptionResponse {
    pub role: Option<Role>,
}

Fields

A structure that contains details about the modified role.

Trait Implementations

impl Default for UpdateRoleDescriptionResponse
[src]

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

impl Debug for UpdateRoleDescriptionResponse
[src]

Formats the value using the given formatter.

impl Clone for UpdateRoleDescriptionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more