Class: Aws::MedicalImaging::Types::GetImageSetMetadataResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_encodingString

The compression format in which image set metadata attributes are returned.

Returns:

  • (String)


806
807
808
809
810
811
812
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 806

class GetImageSetMetadataResponse < Struct.new(
  :image_set_metadata_blob,
  :content_type,
  :content_encoding)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The format in which the study metadata is returned to the customer. Default is text/plain.

Returns:

  • (String)


806
807
808
809
810
811
812
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 806

class GetImageSetMetadataResponse < Struct.new(
  :image_set_metadata_blob,
  :content_type,
  :content_encoding)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_metadata_blobIO

The blob containing the aggregated metadata information for the image set.

Returns:

  • (IO)


806
807
808
809
810
811
812
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 806

class GetImageSetMetadataResponse < Struct.new(
  :image_set_metadata_blob,
  :content_type,
  :content_encoding)
  SENSITIVE = []
  include Aws::Structure
end