You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppStream::Types::BatchDisassociateUserStackRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchDisassociateUserStackRequest 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

Instance Attribute Details

#user_stack_associationsArray<Types::UserStackAssociation>

The list of UserStackAssociation objects.

Returns: