Class: Aws::MedicalImaging::Types::MetadataCopies
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::MetadataCopies
- Defined in:
- gems/aws-sdk-medicalimaging/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
-
#copiable_attributes ⇒ String
The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.
Instance Attribute Details
#copiable_attributes ⇒ String
The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.
1201 1202 1203 1204 1205 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1201 class MetadataCopies < Struct.new( :copiable_attributes) SENSITIVE = [:copiable_attributes] include Aws::Structure end |