Class: Aws::AppStream::Types::Image
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::Image
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Describes an image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::Application>
The applications associated with the image.
-
#appstream_agent_version ⇒ String
The version of the AppStream 2.0 agent to use for instances that are launched from this image.
-
#arn ⇒ String
The ARN of the image.
-
#base_image_arn ⇒ String
The ARN of the image from which this image was created.
-
#created_time ⇒ Time
The time the image was created.
-
#description ⇒ String
The description to display.
-
#display_name ⇒ String
The image name to display.
-
#dynamic_app_providers_enabled ⇒ String
Indicates whether dynamic app providers are enabled within an AppStream 2.0 image or not.
-
#image_builder_name ⇒ String
The name of the image builder that was used to create the private image.
-
#image_builder_supported ⇒ Boolean
Indicates whether an image builder can be launched from this image.
-
#image_errors ⇒ Array<Types::ResourceError>
Describes the errors that are returned when a new image can’t be created.
-
#image_permissions ⇒ Types::ImagePermissions
The permissions to provide to the destination AWS account for the specified image.
-
#image_shared_with_others ⇒ String
Indicates whether the image is shared with another account ID.
-
#latest_appstream_agent_version ⇒ String
Indicates whether the image is using the latest AppStream 2.0 agent version or not.
-
#managed_software_included ⇒ Boolean
Indicates whether the image includes license-included applications.
-
#name ⇒ String
The name of the image.
-
#platform ⇒ String
The operating system platform of the image.
-
#public_base_image_released_date ⇒ Time
The release date of the public base image.
-
#state ⇒ String
The image starts in the ‘PENDING` state.
-
#state_change_reason ⇒ Types::ImageStateChangeReason
The reason why the last state change occurred.
-
#supported_instance_families ⇒ Array<String>
The supported instances families that determine which image a customer can use when the customer launches a fleet or image builder.
-
#visibility ⇒ String
Indicates whether the image is public or private.
Instance Attribute Details
#applications ⇒ Array<Types::Application>
The applications associated with the image.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#appstream_agent_version ⇒ String
The version of the AppStream 2.0 agent to use for instances that are launched from this image.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the image.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#base_image_arn ⇒ String
The ARN of the image from which this image was created.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time the image was created.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description to display.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The image name to display.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#dynamic_app_providers_enabled ⇒ String
Indicates whether dynamic app providers are enabled within an AppStream 2.0 image or not.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#image_builder_name ⇒ String
The name of the image builder that was used to create the private image. If the image is shared, copied, or updated by using Managed Image Updates, this value is null.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#image_builder_supported ⇒ Boolean
Indicates whether an image builder can be launched from this image.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#image_errors ⇒ Array<Types::ResourceError>
Describes the errors that are returned when a new image can’t be created.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#image_permissions ⇒ Types::ImagePermissions
The permissions to provide to the destination AWS account for the specified image.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#image_shared_with_others ⇒ String
Indicates whether the image is shared with another account ID.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#latest_appstream_agent_version ⇒ String
Indicates whether the image is using the latest AppStream 2.0 agent version or not.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#managed_software_included ⇒ Boolean
Indicates whether the image includes license-included applications.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the image.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The operating system platform of the image.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#public_base_image_released_date ⇒ Time
The release date of the public base image. For private images, this date is the release date of the base image from which the image was created.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The image starts in the ‘PENDING` state. If image creation succeeds, the state is `AVAILABLE`. If image creation fails, the state is `FAILED`.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#state_change_reason ⇒ Types::ImageStateChangeReason
The reason why the last state change occurred.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#supported_instance_families ⇒ Array<String>
The supported instances families that determine which image a customer can use when the customer launches a fleet or image builder. The following instances families are supported:
-
General Purpose
-
Compute Optimized
-
Memory Optimized
-
Graphics
-
Graphics Design
-
Graphics Pro
-
Graphics G4
-
Graphics G5
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Indicates whether the image is public or private.
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-appstream/types.rb', line 4356 class Image < Struct.new( :name, :arn, :base_image_arn, :display_name, :state, :visibility, :image_builder_supported, :image_builder_name, :platform, :description, :state_change_reason, :applications, :created_time, :public_base_image_released_date, :appstream_agent_version, :image_permissions, :image_errors, :latest_appstream_agent_version, :supported_instance_families, :dynamic_app_providers_enabled, :image_shared_with_others, :managed_software_included) SENSITIVE = [] include Aws::Structure end |