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

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

#bundle_idString

The identifier of the bundle.

Returns:

  • (String)


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