Class: Aws::Types::DescribeCustomWorkspaceImageImportResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCustomWorkspaceImageImportResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#error_details ⇒ ::Array[Types::CustomWorkspaceImageImportErrorDetails]
Returns the value of attribute error_details.
-
#image_builder_instance_id ⇒ ::String
Returns the value of attribute image_builder_instance_id.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#image_source ⇒ Types::ImageSourceIdentifier
Returns the value of attribute image_source.
-
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#progress_percentage ⇒ ::Integer
Returns the value of attribute progress_percentage.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
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.
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.
648 649 650 |
# File 'sig/types.rbs', line 648 def image_id @image_id end |
#image_source ⇒ Types::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.
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.
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.
652 653 654 |
# File 'sig/types.rbs', line 652 def progress_percentage @progress_percentage end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
650 651 652 |
# File 'sig/types.rbs', line 650 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
651 652 653 |
# File 'sig/types.rbs', line 651 def end |