Class: Aws::Types::StartMeetingTranscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMeetingTranscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
-
#transcription_configuration ⇒ Types::TranscriptionConfiguration
Returns the value of attribute transcription_configuration.
Instance Attribute Details
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def meeting_id @meeting_id end |
#transcription_configuration ⇒ Types::TranscriptionConfiguration
Returns the value of attribute transcription_configuration.
316 317 318 |
# File 'sig/types.rbs', line 316 def transcription_configuration @transcription_configuration end |