Struct rusoto_cognito_idp::AdminConfirmSignUpRequest [] [src]

pub struct AdminConfirmSignUpRequest {
    pub user_pool_id: String,
    pub username: String,
}

Represents the request to confirm user registration.

Fields

The user pool ID for which you want to confirm user registration.

The user name for which you want to confirm user registration.

Trait Implementations

impl Default for AdminConfirmSignUpRequest
[src]

[src]

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

impl Debug for AdminConfirmSignUpRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AdminConfirmSignUpRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations