Module: Aws::WorkSpaces::Client::_DescribeCustomWorkspaceImageImportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeCustomWorkspaceImageImportResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created ⇒ ::Time
- #error_details ⇒ ::Array[Types::CustomWorkspaceImageImportErrorDetails]
- #image_builder_instance_id ⇒ ::String
- #image_id ⇒ ::String
- #image_source ⇒ Types::ImageSourceIdentifier
- #infrastructure_configuration_arn ⇒ ::String
- #last_updated_time ⇒ ::Time
- #progress_percentage ⇒ ::Integer
- #state ⇒ "PENDING", ...
- #state_message ⇒ ::String
Instance Method Details
#created ⇒ ::Time
627 |
# File 'sig/client.rbs', line 627
def created: () -> ::Time
|
#error_details ⇒ ::Array[Types::CustomWorkspaceImageImportErrorDetails]
631 |
# File 'sig/client.rbs', line 631
def error_details: () -> ::Array[Types::CustomWorkspaceImageImportErrorDetails]
|
#image_builder_instance_id ⇒ ::String
630 |
# File 'sig/client.rbs', line 630
def image_builder_instance_id: () -> ::String
|
#image_id ⇒ ::String
622 |
# File 'sig/client.rbs', line 622
def image_id: () -> ::String
|
#image_source ⇒ Types::ImageSourceIdentifier
629 |
# File 'sig/client.rbs', line 629
def image_source: () -> Types::ImageSourceIdentifier
|
#infrastructure_configuration_arn ⇒ ::String
623 |
# File 'sig/client.rbs', line 623
def infrastructure_configuration_arn: () -> ::String
|
#last_updated_time ⇒ ::Time
628 |
# File 'sig/client.rbs', line 628
def last_updated_time: () -> ::Time
|
#progress_percentage ⇒ ::Integer
626 |
# File 'sig/client.rbs', line 626
def progress_percentage: () -> ::Integer
|
#state ⇒ "PENDING", ...
624 |
# File 'sig/client.rbs', line 624
def state: () -> ("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")
|
#state_message ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def state_message: () -> ::String
|