Class: Aws::WorkSpaces::Types::DescribeCustomWorkspaceImageImportResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeCustomWorkspaceImageImportResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created ⇒ Time
The timestamp when the WorkSpace image import was created.
-
#error_details ⇒ Array<Types::CustomWorkspaceImageImportErrorDetails>
Describes in-depth details about the error.
-
#image_builder_instance_id ⇒ String
The image builder instance ID of the WorkSpace image.
-
#image_id ⇒ String
The identifier of the WorkSpace image.
-
#image_source ⇒ Types::ImageSourceIdentifier
Describes the image import source.
-
#infrastructure_configuration_arn ⇒ String
The infrastructure configuration ARN that specifies how the WorkSpace image is built.
-
#last_updated_time ⇒ Time
The timestamp when the WorkSpace image import was last updated.
-
#progress_percentage ⇒ Integer
The estimated progress percentage of the WorkSpace image import workflow.
-
#state ⇒ String
The state of the WorkSpace image.
-
#state_message ⇒ String
The state message of the WorkSpace image import workflow.
Instance Attribute Details
#created ⇒ Time
The timestamp when the WorkSpace image import was created.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2194 class DescribeCustomWorkspaceImageImportResult < Struct.new( :image_id, :infrastructure_configuration_arn, :state, :state_message, :progress_percentage, :created, :last_updated_time, :image_source, :image_builder_instance_id, :error_details) SENSITIVE = [] include Aws::Structure end |
#error_details ⇒ Array<Types::CustomWorkspaceImageImportErrorDetails>
Describes in-depth details about the error. These details include the possible causes of the error and troubleshooting information.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2194 class DescribeCustomWorkspaceImageImportResult < Struct.new( :image_id, :infrastructure_configuration_arn, :state, :state_message, :progress_percentage, :created, :last_updated_time, :image_source, :image_builder_instance_id, :error_details) SENSITIVE = [] include Aws::Structure end |
#image_builder_instance_id ⇒ String
The image builder instance ID of the WorkSpace image.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2194 class DescribeCustomWorkspaceImageImportResult < Struct.new( :image_id, :infrastructure_configuration_arn, :state, :state_message, :progress_percentage, :created, :last_updated_time, :image_source, :image_builder_instance_id, :error_details) SENSITIVE = [] include Aws::Structure end |
#image_id ⇒ String
The identifier of the WorkSpace image.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2194 class DescribeCustomWorkspaceImageImportResult < Struct.new( :image_id, :infrastructure_configuration_arn, :state, :state_message, :progress_percentage, :created, :last_updated_time, :image_source, :image_builder_instance_id, :error_details) SENSITIVE = [] include Aws::Structure end |
#image_source ⇒ Types::ImageSourceIdentifier
Describes the image import source.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2194 class DescribeCustomWorkspaceImageImportResult < Struct.new( :image_id, :infrastructure_configuration_arn, :state, :state_message, :progress_percentage, :created, :last_updated_time, :image_source, :image_builder_instance_id, :error_details) SENSITIVE = [] include Aws::Structure end |
#infrastructure_configuration_arn ⇒ String
The infrastructure configuration ARN that specifies how the WorkSpace image is built.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2194 class DescribeCustomWorkspaceImageImportResult < Struct.new( :image_id, :infrastructure_configuration_arn, :state, :state_message, :progress_percentage, :created, :last_updated_time, :image_source, :image_builder_instance_id, :error_details) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The timestamp when the WorkSpace image import was last updated.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2194 class DescribeCustomWorkspaceImageImportResult < Struct.new( :image_id, :infrastructure_configuration_arn, :state, :state_message, :progress_percentage, :created, :last_updated_time, :image_source, :image_builder_instance_id, :error_details) SENSITIVE = [] include Aws::Structure end |
#progress_percentage ⇒ Integer
The estimated progress percentage of the WorkSpace image import workflow.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2194 class DescribeCustomWorkspaceImageImportResult < Struct.new( :image_id, :infrastructure_configuration_arn, :state, :state_message, :progress_percentage, :created, :last_updated_time, :image_source, :image_builder_instance_id, :error_details) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the WorkSpace image.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2194 class DescribeCustomWorkspaceImageImportResult < Struct.new( :image_id, :infrastructure_configuration_arn, :state, :state_message, :progress_percentage, :created, :last_updated_time, :image_source, :image_builder_instance_id, :error_details) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
The state message of the WorkSpace image import workflow.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2194 class DescribeCustomWorkspaceImageImportResult < Struct.new( :image_id, :infrastructure_configuration_arn, :state, :state_message, :progress_percentage, :created, :last_updated_time, :image_source, :image_builder_instance_id, :error_details) SENSITIVE = [] include Aws::Structure end |