Class: Aws::WorkSpaces::Types::DescribeBundleAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeBundleAssociationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::BundleResourceAssociation>
List of information about the specified associations.
Instance Attribute Details
#associations ⇒ Array<Types::BundleResourceAssociation>
List of information about the specified associations.
1859 1860 1861 1862 1863 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1859 class DescribeBundleAssociationsResult < Struct.new( :associations) SENSITIVE = [] include Aws::Structure end |