Struct rusoto_opsworks::DeleteUserProfileRequest[][src]

pub struct DeleteUserProfileRequest {
    pub iam_user_arn: String,
}

Fields

The user's IAM ARN. This can also be a federated user's ARN.

Trait Implementations

impl Default for DeleteUserProfileRequest
[src]

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

impl Debug for DeleteUserProfileRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteUserProfileRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteUserProfileRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations