Class: Aws::Chime::Types::CreateMeetingResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/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:



2155
2156
2157
2158
2159
# File 'lib/aws-sdk-chime/types.rb', line 2155

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