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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The identifier of the WorkSpace image.

Returns:

  • (String)


2754
2755
2756
2757
2758
# File 'lib/aws-sdk-workspaces/types.rb', line 2754

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