Class: Aws::WorkSpaces::Types::DeleteWorkspaceImageRequest

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

#image_idString

The identifier of the image.

Returns:

  • (String)


1284
1285
1286
1287
1288
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1284

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