class Aws::AppStream::Types::CopyImageRequest

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

data as a hash:

    {
      source_image_name: "Name", # required
      destination_image_name: "Name", # required
      destination_region: "RegionName", # required
      destination_image_description: "Description",
    }

@!attribute [rw] source_image_name

The name of the image to copy.
@return [String]

@!attribute [rw] destination_image_name

The name that the image will have when it is copied to the
destination.
@return [String]

@!attribute [rw] destination_region

The destination region to which the image will be copied. This
parameter is required, even if you are copying an image within the
same region.
@return [String]

@!attribute [rw] destination_image_description

The description that the image will have when it is copied to the
destination.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CopyImageRequest AWS API Documentation

Constants

SENSITIVE