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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-medicalimaging/types.rb', line 190

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