Class: Aws::MedicalImaging::Types::ImageFrameInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ImageFrameInformation
- 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
-
#image_frame_id ⇒ String
The image frame (pixel data) identifier.
Instance Attribute Details
#image_frame_id ⇒ String
The image frame (pixel data) identifier.
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 |