Struct rusoto_cognito_idp::AdminAddUserToGroupRequest[][src]

pub struct AdminAddUserToGroupRequest {
    pub group_name: String,
    pub user_pool_id: String,
    pub username: String,
}

Fields

The group name.

The user pool ID for the user pool.

The username for the user.

Trait Implementations

impl Default for AdminAddUserToGroupRequest
[src]

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

impl Debug for AdminAddUserToGroupRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for AdminAddUserToGroupRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AdminAddUserToGroupRequest
[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