class Aws::AppStream::Types::DisableUserRequest

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

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.

 </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/DisableUserRequest AWS API Documentation

Constants

SENSITIVE