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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


922
923
924
925
926
# File 'lib/aws-sdk-medicalimaging/types.rb', line 922

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