Class: Aws::AppStream::Types::CopyImageRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_image_descriptionString

The description that the image will have when it is copied to the destination.

Returns:

  • (String)


717
718
719
720
721
722
723
724
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 717

class CopyImageRequest < Struct.new(
  :source_image_name,
  :destination_image_name,
  :destination_region,
  :destination_image_description)
  SENSITIVE = []
  include Aws::Structure
end

#destination_image_nameString

The name that the image will have when it is copied to the destination.

Returns:

  • (String)


717
718
719
720
721
722
723
724
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 717

class CopyImageRequest < Struct.new(
  :source_image_name,
  :destination_image_name,
  :destination_region,
  :destination_image_description)
  SENSITIVE = []
  include Aws::Structure
end

#destination_regionString

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.

Returns:

  • (String)


717
718
719
720
721
722
723
724
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 717

class CopyImageRequest < Struct.new(
  :source_image_name,
  :destination_image_name,
  :destination_region,
  :destination_image_description)
  SENSITIVE = []
  include Aws::Structure
end

#source_image_nameString

The name of the image to copy.

Returns:

  • (String)


717
718
719
720
721
722
723
724
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 717

class CopyImageRequest < Struct.new(
  :source_image_name,
  :destination_image_name,
  :destination_region,
  :destination_image_description)
  SENSITIVE = []
  include Aws::Structure
end