Class: Aws::ChimeSDKMeetings::Types::GetMeetingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::GetMeetingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meeting ⇒ Types::Meeting
The Amazon Chime SDK meeting information.
Instance Attribute Details
#meeting ⇒ Types::Meeting
The Amazon Chime SDK meeting information.
1088 1089 1090 1091 1092 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1088 class GetMeetingResponse < Struct.new( :meeting) SENSITIVE = [] include Aws::Structure end |