Class: Aws::WorkSpaces::Types::DescribeBundleAssociationsRequest

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

#associated_resource_typesArray<String>

The resource types of the associated resource.

Returns:

  • (Array<String>)


1658
1659
1660
1661
1662
1663
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1658

class DescribeBundleAssociationsRequest < Struct.new(
  :bundle_id,
  :associated_resource_types)
  SENSITIVE = []
  include Aws::Structure
end

#bundle_idString

The identifier of the bundle.

Returns:

  • (String)


1658
1659
1660
1661
1662
1663
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1658

class DescribeBundleAssociationsRequest < Struct.new(
  :bundle_id,
  :associated_resource_types)
  SENSITIVE = []
  include Aws::Structure
end