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)


1076
1077
1078
1079
1080
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1076

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