You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::UserStackAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UserStackAssociation
- Defined in:
- (unknown)
Overview
When passing UserStackAssociation as input to an Aws::Client method, you can use a vanilla Hash:
{
stack_name: "String", # required
user_name: "Username", # required
authentication_type: "API", # required, accepts API, SAML, USERPOOL
send_email_notification: false,
}
Describes a user in the user pool and the associated stack.
Returned by:
Instance Attribute Summary collapse
-
#authentication_type ⇒ String
The authentication type for the user.
-
#send_email_notification ⇒ Boolean
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
-
#stack_name ⇒ String
The name of the stack that is associated with the user.
-
#user_name ⇒ String
The email address of the user who is associated with the stack.
Instance Attribute Details
#authentication_type ⇒ String
The authentication type for the user.
Possible values:
- API
- SAML
- USERPOOL
#send_email_notification ⇒ Boolean
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
#stack_name ⇒ String
The name of the stack that is associated with the user.
#user_name ⇒ String
The email address of the user who is associated with the stack.