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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1859
1860
1861
1862
1863
# File 'lib/aws-sdk-workspaces/types.rb', line 1859

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