Class: Aws::WorkSpaces::Types::ImportWorkspaceImageResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The identifier of the WorkSpace image.

Returns:

  • (String)


978
979
980
981
# File 'lib/aws-sdk-workspaces/types.rb', line 978

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