Class: Aws::WorkSpaces::Types::DescribeBundleAssociationsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::BundleResourceAssociation>

List of information about the specified associations.



1671
1672
1673
1674
1675
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1671

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