Class: Aws::MedicalImaging::Types::GetImageSetMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::GetImageSetMetadataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_encoding ⇒ String
The compression format in which image set metadata attributes are returned.
-
#content_type ⇒ String
The format in which the study metadata is returned to the customer.
-
#image_set_metadata_blob ⇒ IO
The blob containing the aggregated metadata information for the image set.
Instance Attribute Details
#content_encoding ⇒ String
The compression format in which image set metadata attributes are returned.
819 820 821 822 823 824 825 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 819 class GetImageSetMetadataResponse < Struct.new( :image_set_metadata_blob, :content_type, :content_encoding) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The format in which the study metadata is returned to the customer. Default is ‘text/plain`.
819 820 821 822 823 824 825 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 819 class GetImageSetMetadataResponse < Struct.new( :image_set_metadata_blob, :content_type, :content_encoding) SENSITIVE = [] include Aws::Structure end |
#image_set_metadata_blob ⇒ IO
The blob containing the aggregated metadata information for the image set.
819 820 821 822 823 824 825 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 819 class GetImageSetMetadataResponse < Struct.new( :image_set_metadata_blob, :content_type, :content_encoding) SENSITIVE = [] include Aws::Structure end |