Class: Aws::MedicalImaging::Types::DICOMUpdates
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::DICOMUpdates
- Defined in:
- gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb
Overview
The object containing removableAttributes
and updatableAttributes
.
Constant Summary collapse
- SENSITIVE =
[:removable_attributes, :updatable_attributes]
Instance Attribute Summary collapse
-
#removable_attributes ⇒ String
The DICOM tags to be removed from
ImageSetMetadata
. -
#updatable_attributes ⇒ String
The DICOM tags that need to be updated in
ImageSetMetadata
.
Instance Attribute Details
#removable_attributes ⇒ String
The DICOM tags to be removed from ImageSetMetadata
.
523 524 525 526 527 528 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 523 class DICOMUpdates < Struct.new( :removable_attributes, :updatable_attributes) SENSITIVE = [:removable_attributes, :updatable_attributes] include Aws::Structure end |
#updatable_attributes ⇒ String
The DICOM tags that need to be updated in ImageSetMetadata
.
523 524 525 526 527 528 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 523 class DICOMUpdates < Struct.new( :removable_attributes, :updatable_attributes) SENSITIVE = [:removable_attributes, :updatable_attributes] include Aws::Structure end |