Class: Aws::WorkSpaces::Types::DescribeBundleAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeBundleAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_resource_types ⇒ Array<String>
The resource types of the associated resource.
-
#bundle_id ⇒ String
The identifier of the bundle.
Instance Attribute Details
#associated_resource_types ⇒ Array<String>
The resource types of the associated resource.
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_id ⇒ String
The identifier of the bundle.
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 |