Class: Aws::MedicalImaging::Types::CopyImageSetInformation

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

Overview

Copy image set information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_image_setTypes::CopyDestinationImageSet

The destination image set.



119
120
121
122
123
124
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 119

class CopyImageSetInformation < Struct.new(
  :source_image_set,
  :destination_image_set)
  SENSITIVE = []
  include Aws::Structure
end

#source_image_setTypes::CopySourceImageSetInformation

The source image set.



119
120
121
122
123
124
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 119

class CopyImageSetInformation < Struct.new(
  :source_image_set,
  :destination_image_set)
  SENSITIVE = []
  include Aws::Structure
end