class Aws::AppStream::Types::EnableUserRequest

@note When making an API call, you may pass EnableUserRequest

data as a hash:

    {
      user_name: "Username", # required
      authentication_type: "API", # required, accepts API, SAML, USERPOOL
    }

@!attribute [rw] user_name

The email address of the user.

<note markdown="1"> Users' email addresses are case-sensitive. During login, if they
specify an email address that doesn't use the same capitalization
as the email address specified when their user pool account was
created, a "user does not exist" error message displays.

 </note>
@return [String]

@!attribute [rw] authentication_type

The authentication type for the user. You must specify USERPOOL.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/EnableUserRequest AWS API Documentation

Constants

SENSITIVE