You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::EnableUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::EnableUserRequest
- Defined in:
- (unknown)
Overview
Note:
When passing EnableUserRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
user_name: "Username", # required
authentication_type: "API", # required, accepts API, SAML, USERPOOL
}
Instance Attribute Summary collapse
-
#authentication_type ⇒ String
The authentication type for the user.
-
#user_name ⇒ String
The email address of the user.
Instance Attribute Details
#authentication_type ⇒ String
The authentication type for the user. You must specify USERPOOL.
Possible values:
- API
- SAML
- USERPOOL
#user_name ⇒ String
The email address of the user.