Struct rusoto_iam::RemoveRoleFromInstanceProfileRequest [] [src]

pub struct RemoveRoleFromInstanceProfileRequest {
    pub instance_profile_name: String,
    pub role_name: String,
}

Fields

The name of the instance profile to update.

This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-

The name of the role to remove.

This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Trait Implementations

impl Default for RemoveRoleFromInstanceProfileRequest
[src]

[src]

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

impl Debug for RemoveRoleFromInstanceProfileRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for RemoveRoleFromInstanceProfileRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more