Class: Aws::AppStream::Types::BatchDisassociateUserStackResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::UserStackAssociationError>

The list of UserStackAssociationError objects.



552
553
554
555
556
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 552

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