Class: Aws::ChimeSDKMeetings::Types::CreateMeetingResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmeetings/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#meetingTypes::Meeting

The meeting information, including the meeting ID and ‘MediaPlacement`.

Returns:



601
602
603
604
605
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 601

class CreateMeetingResponse < Struct.new(
  :meeting)
  SENSITIVE = []
  include Aws::Structure
end