Class: Aws::Chime::Types::CreateMeetingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateMeetingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meeting ⇒ Types::Meeting
The meeting information, including the meeting ID and `MediaPlacement` .
Instance Attribute Details
#meeting ⇒ Types::Meeting
The meeting information, including the meeting ID and `MediaPlacement` .
2153 2154 2155 2156 2157 |
# File 'lib/aws-sdk-chime/types.rb', line 2153 class CreateMeetingResponse < Struct.new( :meeting) SENSITIVE = [] include Aws::Structure end |