Class: Aws::WorkSpaces::Types::DeleteWorkspaceBundleRequest

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

#bundle_idString

The identifier of the bundle.

Returns:

  • (String)


1400
1401
1402
1403
1404
# File 'lib/aws-sdk-workspaces/types.rb', line 1400

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