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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Note:

When making an API call, you may pass DeleteWorkspaceImageRequest data as a hash:

{
  image_id: "WorkspaceImageId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The identifier of the image.

Returns:

  • (String)


410
411
412
413
# File 'lib/aws-sdk-workspaces/types.rb', line 410

class DeleteWorkspaceImageRequest < Struct.new(
  :image_id)
  include Aws::Structure
end