Class: Aws::WorkSpaces::Types::DeleteWorkspaceBundleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DeleteWorkspaceBundleRequest
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bundle_id ⇒ String
The identifier of the bundle.
Instance Attribute Details
#bundle_id ⇒ String
The identifier of the bundle.
1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1588 class DeleteWorkspaceBundleRequest < Struct.new( :bundle_id) SENSITIVE = [] include Aws::Structure end |