class Aws::NimbleStudio::Types::CreateStreamingImageRequest

@note When making an API call, you may pass CreateStreamingImageRequest

data as a hash:

    {
      client_token: "ClientToken",
      description: "StreamingImageDescription",
      ec2_image_id: "EC2ImageId", # required
      name: "StreamingImageName", # required
      studio_id: "__string", # required
      tags: {
        "__string" => "__string",
      },
    }

@!attribute [rw] client_token

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] description

The description.
@return [String]

@!attribute [rw] ec2_image_id

@return [String]

@!attribute [rw] name

A friendly name for a streaming image resource.
@return [String]

@!attribute [rw] studio_id

@return [String]

@!attribute [rw] tags

@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/CreateStreamingImageRequest AWS API Documentation

Constants

SENSITIVE