Class: Aws::AppStream::Types::CopyImageResponse

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_nameString

The name of the destination image.

Returns:

  • (String)


732
733
734
735
736
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 732

class CopyImageResponse < Struct.new(
  :destination_image_name)
  SENSITIVE = []
  include Aws::Structure
end