Class: Aws::NimbleStudio::Types::StreamingImage
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::StreamingImage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Represents a streaming image resource.
Streaming images are used by studio users to select which operating system and software they want to use in a Nimble Studio streaming session.
Amazon provides a number of streaming images that include popular 3rd-party software.
You can create your own streaming images using an Amazon EC2 machine image that you create for this purpose. You can also include software that your users require.
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
-
#description ⇒ String
A human-readable description of the streaming image.
-
#ec2_image_id ⇒ String
The ID of an EC2 machine image with which to create the streaming image.
-
#encryption_configuration ⇒ Types::StreamingImageEncryptionConfiguration
The encryption configuration.
-
#eula_ids ⇒ Array<String>
The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.
-
#name ⇒ String
A friendly name for a streaming image resource.
-
#owner ⇒ String
The owner of the streaming image, either the ‘studioId` that contains the streaming image, or `amazon` for images that are provided by Amazon Nimble Studio.
-
#platform ⇒ String
The platform of the streaming image, either Windows or Linux.
-
#state ⇒ String
The current state.
-
#status_code ⇒ String
The status code.
-
#status_message ⇒ String
The status message for the streaming image.
-
#streaming_image_id ⇒ String
The ID of the streaming image.
-
#tags ⇒ Hash<String,String>
A collection of labels, in the form of key-value pairs, that apply to this resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
A human-readable description of the streaming image.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#ec2_image_id ⇒ String
The ID of an EC2 machine image with which to create the streaming image.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#encryption_configuration ⇒ Types::StreamingImageEncryptionConfiguration
The encryption configuration.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#eula_ids ⇒ Array<String>
The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
A friendly name for a streaming image resource.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#owner ⇒ String
The owner of the streaming image, either the ‘studioId` that contains the streaming image, or `amazon` for images that are provided by Amazon Nimble Studio.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#platform ⇒ String
The platform of the streaming image, either Windows or Linux.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#state ⇒ String
The current state.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#status_code ⇒ String
The status code.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#status_message ⇒ String
The status message for the streaming image.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#streaming_image_id ⇒ String
The ID of the streaming image.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of labels, in the form of key-value pairs, that apply to this resource.
2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2776 class StreamingImage < Struct.new( :arn, :description, :ec2_image_id, :encryption_configuration, :eula_ids, :name, :owner, :platform, :state, :status_code, :status_message, :streaming_image_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |