Struct rusoto_codestar::DeleteUserProfileRequest[][src]

pub struct DeleteUserProfileRequest {
    pub user_arn: String,
}

Fields

The Amazon Resource Name (ARN) of the user to delete from AWS CodeStar.

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