Class: Aws::MedicalImaging::Types::GetImageFrameResponse

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_typeString

The format in which the image frame information is returned to the customer. Default is application/octet-stream.

Returns:

  • (String)


760
761
762
763
764
765
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 760

class GetImageFrameResponse < Struct.new(
  :image_frame_blob,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#image_frame_blobIO

The blob containing the aggregated image frame information.

Returns:

  • (IO)


760
761
762
763
764
765
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 760

class GetImageFrameResponse < Struct.new(
  :image_frame_blob,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end