Class: Aws::Chime::Types::StopMeetingTranscriptionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#meeting_idString

The unique ID of the meeting for which you stop transcription.

Returns:

  • (String)


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