Class: Aws::AppStream::Types::BatchDisassociateUserStackResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::BatchDisassociateUserStackResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::UserStackAssociationError>
The list of UserStackAssociationError objects.
Instance Attribute Details
#errors ⇒ Array<Types::UserStackAssociationError>
The list of UserStackAssociationError objects.
552 553 554 555 556 |
# File 'lib/aws-sdk-appstream/types.rb', line 552 class BatchDisassociateUserStackResult < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |