Class: Aws::NimbleStudio::Types::CreateStreamingImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::CreateStreamingImageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#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 this streaming image.
-
#name ⇒ String
A friendly name for a streaming image resource.
-
#studio_id ⇒ String
The studio ID.
-
#tags ⇒ Hash<String,String>
A collection of labels, in the form of key-value pairs, that apply to this resource.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 280 class CreateStreamingImageRequest < Struct.new( :client_token, :description, :ec2_image_id, :name, :studio_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
A human-readable description of the streaming image.
280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 280 class CreateStreamingImageRequest < Struct.new( :client_token, :description, :ec2_image_id, :name, :studio_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#ec2_image_id ⇒ String
The ID of an EC2 machine image with which to create this streaming image.
280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 280 class CreateStreamingImageRequest < Struct.new( :client_token, :description, :ec2_image_id, :name, :studio_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
A friendly name for a streaming image resource.
280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 280 class CreateStreamingImageRequest < Struct.new( :client_token, :description, :ec2_image_id, :name, :studio_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 280 class CreateStreamingImageRequest < Struct.new( :client_token, :description, :ec2_image_id, :name, :studio_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.
280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 280 class CreateStreamingImageRequest < Struct.new( :client_token, :description, :ec2_image_id, :name, :studio_id, :tags) SENSITIVE = [:description, :name] include Aws::Structure end |