Struct rusoto_iam::UpdateRoleDescriptionRequest [] [src]

pub struct UpdateRoleDescriptionRequest {
    pub description: String,
    pub role_name: String,
}

Fields

The new description that you want to apply to the specified role.

The name of the role that you want to modify.

Trait Implementations

impl Default for UpdateRoleDescriptionRequest
[src]

[src]

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

impl Debug for UpdateRoleDescriptionRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateRoleDescriptionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more