Class: Aws::MedicalImaging::Types::GetImageFrameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::GetImageFrameResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
The format in which the image frame information is returned to the customer.
-
#image_frame_blob ⇒ IO
The blob containing the aggregated image frame information.
Instance Attribute Details
#content_type ⇒ String
The format in which the image frame information is returned to the customer. Default is ‘application/octet-stream`.
773 774 775 776 777 778 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 773 class GetImageFrameResponse < Struct.new( :image_frame_blob, :content_type) SENSITIVE = [] include Aws::Structure end |
#image_frame_blob ⇒ IO
The blob containing the aggregated image frame information.
773 774 775 776 777 778 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 773 class GetImageFrameResponse < Struct.new( :image_frame_blob, :content_type) SENSITIVE = [] include Aws::Structure end |