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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_stack_associationsArray<Types::UserStackAssociation>

The list of UserStackAssociation objects.

Returns:


356
357
358
359
360
# File 'lib/aws-sdk-appstream/types.rb', line 356

class BatchDisassociateUserStackRequest < Struct.new(
  :user_stack_associations)
  SENSITIVE = []
  include Aws::Structure
end