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

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

#associated_resource_typesArray<String>

The resource types of the associated resource.

Returns:

  • (Array<String>)


1846
1847
1848
1849
1850
1851
# File 'lib/aws-sdk-workspaces/types.rb', line 1846

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

#bundle_idString

The identifier of the bundle.

Returns:

  • (String)


1846
1847
1848
1849
1850
1851
# File 'lib/aws-sdk-workspaces/types.rb', line 1846

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