Class: Aws::MedicalImaging::Types::CopyDestinationImageSet

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

Overview

Copy the destination image set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_set_idString

The image set identifier for the destination image set.

Returns:

  • (String)


51
52
53
54
55
56
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 51

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

#latest_version_idString

The latest version identifier for the destination image set.

Returns:

  • (String)


51
52
53
54
55
56
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 51

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