Class: Aws::NimbleStudio::Types::UpdateStreamingImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::UpdateStreamingImageRequest
- 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
The description.
-
#name ⇒ String
The name for the streaming image.
-
#streaming_image_id ⇒ String
The streaming image ID.
-
#studio_id ⇒ String
The studio ID.
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.
3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3775 class UpdateStreamingImageRequest < Struct.new( :client_token, :description, :name, :streaming_image_id, :studio_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description.
3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3775 class UpdateStreamingImageRequest < Struct.new( :client_token, :description, :name, :streaming_image_id, :studio_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name for the streaming image.
3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3775 class UpdateStreamingImageRequest < Struct.new( :client_token, :description, :name, :streaming_image_id, :studio_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#streaming_image_id ⇒ String
The streaming image ID.
3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3775 class UpdateStreamingImageRequest < Struct.new( :client_token, :description, :name, :streaming_image_id, :studio_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3775 class UpdateStreamingImageRequest < Struct.new( :client_token, :description, :name, :streaming_image_id, :studio_id) SENSITIVE = [:description, :name] include Aws::Structure end |