Class: Aws::MedicalImaging::Types::GetImageFrameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::GetImageFrameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The data store identifier.
-
#image_frame_information ⇒ Types::ImageFrameInformation
Information about the image frame (pixel data) identifier.
-
#image_set_id ⇒ String
The image set identifier.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 754 class GetImageFrameRequest < Struct.new( :datastore_id, :image_set_id, :image_frame_information) SENSITIVE = [] include Aws::Structure end |
#image_frame_information ⇒ Types::ImageFrameInformation
Information about the image frame (pixel data) identifier.
754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 754 class GetImageFrameRequest < Struct.new( :datastore_id, :image_set_id, :image_frame_information) SENSITIVE = [] include Aws::Structure end |
#image_set_id ⇒ String
The image set identifier.
754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 754 class GetImageFrameRequest < Struct.new( :datastore_id, :image_set_id, :image_frame_information) SENSITIVE = [] include Aws::Structure end |