Class: Aws::WorkSpaces::Types::UpdateWorkspaceBundleRequest

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)


4290
4291
4292
4293
4294
4295
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4290

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

#image_idString

The identifier of the image.

Returns:

  • (String)


4290
4291
4292
4293
4294
4295
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4290

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