class Aws::AppStream::Types::BatchAssociateUserStackRequest

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

data as a 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,
        },
      ],
    }

@!attribute [rw] user_stack_associations

The list of UserStackAssociation objects.
@return [Array<Types::UserStackAssociation>]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/BatchAssociateUserStackRequest AWS API Documentation

Constants

SENSITIVE