Class: Aws::AppStream::Types::EnableUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::EnableUserRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:user_name]
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.
3251 3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3251 class EnableUserRequest < Struct.new( :user_name, :authentication_type) SENSITIVE = [:user_name] include Aws::Structure end |
#user_name ⇒ String
The email address of the user.
3251 3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3251 class EnableUserRequest < Struct.new( :user_name, :authentication_type) SENSITIVE = [:user_name] include Aws::Structure end |