Class: Aws::MedicalImaging::Types::CopySourceImageSetInformation

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

Overview

Copy source image set information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dicom_copiesTypes::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 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 190

class CopySourceImageSetInformation < Struct.new(
  :latest_version_id,
  :dicom_copies)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_idString

The latest version identifier for the source image set.

Returns:

  • (String)


190
191
192
193
194
195
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 190

class CopySourceImageSetInformation < Struct.new(
  :latest_version_id,
  :dicom_copies)
  SENSITIVE = []
  include Aws::Structure
end