Class: Aws::Types::DescribeCustomWorkspaceImageImportResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


653
654
655
# File 'sig/types.rbs', line 653

def created
  @created
end

#error_details::Array[Types::CustomWorkspaceImageImportErrorDetails]

Returns the value of attribute error_details.



657
658
659
# File 'sig/types.rbs', line 657

def error_details
  @error_details
end

#image_builder_instance_id::String

Returns the value of attribute image_builder_instance_id.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def image_builder_instance_id
  @image_builder_instance_id
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def image_id
  @image_id
end

#image_sourceTypes::ImageSourceIdentifier

Returns the value of attribute image_source.



655
656
657
# File 'sig/types.rbs', line 655

def image_source
  @image_source
end

#infrastructure_configuration_arn::String

Returns the value of attribute infrastructure_configuration_arn.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def infrastructure_configuration_arn
  @infrastructure_configuration_arn
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


654
655
656
# File 'sig/types.rbs', line 654

def last_updated_time
  @last_updated_time
end

#progress_percentage::Integer

Returns the value of attribute progress_percentage.

Returns:

  • (::Integer)


652
653
654
# File 'sig/types.rbs', line 652

def progress_percentage
  @progress_percentage
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")


650
651
652
# File 'sig/types.rbs', line 650

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def state_message
  @state_message
end