Class: Aws::AppStream::Types::BatchAssociateUserStackResult

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.



528
529
530
531
532
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 528

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