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` .
2155 2156 2157 2158 2159 |
# File 'lib/aws-sdk-chime/types.rb', line 2155 class CreateMeetingResponse < Struct.new( :meeting) SENSITIVE = [] include Aws::Structure end |