Class: Aws::MedicalImaging::Types::CopySourceImageSetInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::CopySourceImageSetInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Copy source image set information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dicom_copies ⇒ Types::MetadataCopies
Contains ‘MetadataCopies` structure and wraps information related to specific copy use cases.
-
#latest_version_id ⇒ String
The latest version identifier for the source image set.
Instance Attribute Details
#dicom_copies ⇒ Types::MetadataCopies
Contains ‘MetadataCopies` structure and wraps information related to specific copy use cases. For example, when copying subsets.
190 191 192 193 194 195 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 190 class CopySourceImageSetInformation < Struct.new( :latest_version_id, :dicom_copies) SENSITIVE = [] include Aws::Structure end |
#latest_version_id ⇒ String
The latest version identifier for the source image set.
190 191 192 193 194 195 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 190 class CopySourceImageSetInformation < Struct.new( :latest_version_id, :dicom_copies) SENSITIVE = [] include Aws::Structure end |