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