Class: Aws::ChimeSDKMeetings::Types::StopMeetingTranscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::StopMeetingTranscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meeting_id ⇒ String
The unique ID of the meeting for which you stop transcription.
Instance Attribute Details
#meeting_id ⇒ String
The unique ID of the meeting for which you stop transcription.
1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1494 class StopMeetingTranscriptionRequest < Struct.new( :meeting_id) SENSITIVE = [] include Aws::Structure end |