Class: Aws::WorkSpaces::Types::ImportCustomWorkspaceImageResult

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 WorkSpace image.

Returns:

  • (String)


3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3307

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

#stateString

The state of the WorkSpace image.

Returns:

  • (String)


3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3307

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