Class: Aws::MedicalImaging::Types::CopyImageSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::CopyImageSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The data store identifier.
-
#destination_image_set_properties ⇒ Types::CopyDestinationImageSetProperties
The properties of the destination image set.
-
#source_image_set_properties ⇒ Types::CopySourceImageSetProperties
The properties of the source image set.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
169 170 171 172 173 174 175 |
# File '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_properties ⇒ Types::CopyDestinationImageSetProperties
The properties of the destination image set.
169 170 171 172 173 174 175 |
# File '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_properties ⇒ Types::CopySourceImageSetProperties
The properties of the source image set.
169 170 171 172 173 174 175 |
# File '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 |