Class: Aws::MedicalImaging::Types::CopyImageSetResponse

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

#datastore_idString

The data store identifier.

Returns:

  • (String)


169
170
171
172
173
174
175
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 169

class CopyImageSetResponse < Struct.new(
  :datastore_id,
  :source_image_set_properties,
  :destination_image_set_properties)
  SENSITIVE = []
  include Aws::Structure
end

#destination_image_set_propertiesTypes::CopyDestinationImageSetProperties

The properties of the destination image set.



169
170
171
172
173
174
175
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 169

class CopyImageSetResponse < Struct.new(
  :datastore_id,
  :source_image_set_properties,
  :destination_image_set_properties)
  SENSITIVE = []
  include Aws::Structure
end

#source_image_set_propertiesTypes::CopySourceImageSetProperties

The properties of the source image set.



169
170
171
172
173
174
175
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 169

class CopyImageSetResponse < Struct.new(
  :datastore_id,
  :source_image_set_properties,
  :destination_image_set_properties)
  SENSITIVE = []
  include Aws::Structure
end