Class: Aws::Types::ImportCustomWorkspaceImageResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def image_id
  @image_id
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "IN_PROGRESS", "PROCESSING_SOURCE_IMAGE", "IMAGE_TESTING_START", "UPDATING_OPERATING_SYSTEM", "IMAGE_COMPATIBILITY_CHECKING", "IMAGE_TESTING_GENERALIZATION", "CREATING_TEST_INSTANCE", "INSTALLING_COMPONENTS", "GENERALIZING", "VALIDATING", "PUBLISHING", "COMPLETED", "ERROR")


996
997
998
# File 'sig/types.rbs', line 996

def state
  @state
end