Class: Aws::NimbleStudio::Types::StreamingImage
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::StreamingImage
- Defined in:
- gems/aws-sdk-nimblestudio/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 Elastic Compute Cloud (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 ARN of the resource.
-
#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 ARN of the resource.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3088 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 |