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

#latest_version_idString

The latest version identifier for the source image set.

Returns:

  • (String)


178
179
180
181
182
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 178

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