Class: Aws::WorkSpaces::Types::ImportCustomWorkspaceImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ImportCustomWorkspaceImageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_type ⇒ String
The supported compute type for the WorkSpace image.
-
#image_description ⇒ String
The description of the WorkSpace image.
-
#image_name ⇒ String
The name of the WorkSpace image.
-
#image_source ⇒ Types::ImageSourceIdentifier
The options for image import source.
-
#infrastructure_configuration_arn ⇒ String
The infrastructure configuration ARN that specifies how the WorkSpace image is built.
-
#os_version ⇒ String
The OS version for the WorkSpace image source.
-
#platform ⇒ String
The platform for the WorkSpace image source.
-
#protocol ⇒ String
The supported protocol for the WorkSpace image.
-
#tags ⇒ Array<Types::Tag>
The resource tags.
Instance Attribute Details
#compute_type ⇒ String
The supported compute type for the WorkSpace image.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3283 class ImportCustomWorkspaceImageRequest < Struct.new( :image_name, :image_description, :compute_type, :protocol, :image_source, :infrastructure_configuration_arn, :platform, :os_version, :tags) SENSITIVE = [] include Aws::Structure end |
#image_description ⇒ String
The description of the WorkSpace image.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3283 class ImportCustomWorkspaceImageRequest < Struct.new( :image_name, :image_description, :compute_type, :protocol, :image_source, :infrastructure_configuration_arn, :platform, :os_version, :tags) SENSITIVE = [] include Aws::Structure end |
#image_name ⇒ String
The name of the WorkSpace image.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3283 class ImportCustomWorkspaceImageRequest < Struct.new( :image_name, :image_description, :compute_type, :protocol, :image_source, :infrastructure_configuration_arn, :platform, :os_version, :tags) SENSITIVE = [] include Aws::Structure end |
#image_source ⇒ Types::ImageSourceIdentifier
The options for image import source.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3283 class ImportCustomWorkspaceImageRequest < Struct.new( :image_name, :image_description, :compute_type, :protocol, :image_source, :infrastructure_configuration_arn, :platform, :os_version, :tags) SENSITIVE = [] include Aws::Structure end |
#infrastructure_configuration_arn ⇒ String
The infrastructure configuration ARN that specifies how the WorkSpace image is built.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3283 class ImportCustomWorkspaceImageRequest < Struct.new( :image_name, :image_description, :compute_type, :protocol, :image_source, :infrastructure_configuration_arn, :platform, :os_version, :tags) SENSITIVE = [] include Aws::Structure end |
#os_version ⇒ String
The OS version for the WorkSpace image source.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3283 class ImportCustomWorkspaceImageRequest < Struct.new( :image_name, :image_description, :compute_type, :protocol, :image_source, :infrastructure_configuration_arn, :platform, :os_version, :tags) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform for the WorkSpace image source.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3283 class ImportCustomWorkspaceImageRequest < Struct.new( :image_name, :image_description, :compute_type, :protocol, :image_source, :infrastructure_configuration_arn, :platform, :os_version, :tags) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The supported protocol for the WorkSpace image. Windows 11 does not support PCOIP protocol.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3283 class ImportCustomWorkspaceImageRequest < Struct.new( :image_name, :image_description, :compute_type, :protocol, :image_source, :infrastructure_configuration_arn, :platform, :os_version, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The resource tags. Each WorkSpaces resource can have a maximum of 50 tags.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3283 class ImportCustomWorkspaceImageRequest < Struct.new( :image_name, :image_description, :compute_type, :protocol, :image_source, :infrastructure_configuration_arn, :platform, :os_version, :tags) SENSITIVE = [] include Aws::Structure end |