Class: Aws::MedicalImaging::Types::CopyImageSetInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::CopyImageSetInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Copy image set information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_image_set ⇒ Types::CopyDestinationImageSet
The destination image set.
-
#source_image_set ⇒ Types::CopySourceImageSetInformation
The source image set.
Instance Attribute Details
#destination_image_set ⇒ Types::CopyDestinationImageSet
The destination image set.
119 120 121 122 123 124 |
# File '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_set ⇒ Types::CopySourceImageSetInformation
The source image set.
119 120 121 122 123 124 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 119 class CopyImageSetInformation < Struct.new( :source_image_set, :destination_image_set) SENSITIVE = [] include Aws::Structure end |