You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::BatchAssociateUserStackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::BatchAssociateUserStackRequest
- Defined in:
- (unknown)
Overview
Note:
When passing BatchAssociateUserStackRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
user_stack_associations: [ # required
{
stack_name: "String", # required
user_name: "Username", # required
authentication_type: "API", # required, accepts API, SAML, USERPOOL
send_email_notification: false,
},
],
}
Instance Attribute Summary collapse
-
#user_stack_associations ⇒ Array<Types::UserStackAssociation>
The list of UserStackAssociation objects.
Instance Attribute Details
#user_stack_associations ⇒ Array<Types::UserStackAssociation>
The list of UserStackAssociation objects.