Class: Aws::ChimeSDKMeetings::Types::CreateMeetingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::CreateMeetingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/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`.
601 602 603 604 605 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 601 class CreateMeetingResponse < Struct.new( :meeting) SENSITIVE = [] include Aws::Structure end |