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