Class: Aws::Chime::Types::StopMeetingTranscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::StopMeetingTranscriptionRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/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.
7850 7851 7852 7853 7854 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7850 class StopMeetingTranscriptionRequest < Struct.new( :meeting_id) SENSITIVE = [] include Aws::Structure end |