Class: Aws::WorkSpaces::Types::DescribeBundleAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeBundleAssociationsResult
- Defined in:
- gems/aws-sdk-workspaces/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.
1898 1899 1900 1901 1902 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1898 class DescribeBundleAssociationsResult < Struct.new( :associations) SENSITIVE = [] include Aws::Structure end |