Class: Aws::MedicalImaging::Types::CopyImageSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#copy_image_set_informationTypes::CopyImageSetInformation

Copy image set information.



140
141
142
143
144
145
146
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 140

class CopyImageSetRequest < Struct.new(
  :datastore_id,
  :source_image_set_id,
  :copy_image_set_information)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_idString

The data store identifier.

Returns:

  • (String)


140
141
142
143
144
145
146
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 140

class CopyImageSetRequest < Struct.new(
  :datastore_id,
  :source_image_set_id,
  :copy_image_set_information)
  SENSITIVE = []
  include Aws::Structure
end

#source_image_set_idString

The source image set identifier.

Returns:

  • (String)


140
141
142
143
144
145
146
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 140

class CopyImageSetRequest < Struct.new(
  :datastore_id,
  :source_image_set_id,
  :copy_image_set_information)
  SENSITIVE = []
  include Aws::Structure
end