Class: Aws::MedicalImaging::Types::MetadataCopies

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

Overview

Contains copiable ‘Attributes` structure and wraps information related to specific copy use cases. For example, when copying subsets.

Constant Summary collapse

SENSITIVE =
[:copiable_attributes]

Instance Attribute Summary collapse

Instance Attribute Details

#copiable_attributesString

The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.

Returns:

  • (String)


1201
1202
1203
1204
1205
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1201

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