Class: Aws::MedicalImaging::Types::ImageFrameInformation

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

Overview

Information about the image frame (pixel data) identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_frame_idString

The image frame (pixel data) identifier.

Returns:

  • (String)


901
902
903
904
905
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 901

class ImageFrameInformation < Struct.new(
  :image_frame_id)
  SENSITIVE = []
  include Aws::Structure
end