Class: Aws::TranscribeStreamingService::Types::GetMedicalScribeStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::GetMedicalScribeStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribestreamingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The identifier of the HealthScribe streaming session you want information about.
Instance Attribute Details
#session_id ⇒ String
The identifier of the HealthScribe streaming session you want information about.
477 478 479 480 481 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 477 class GetMedicalScribeStreamRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |