Class: Aws::Chime::Types::GetMeetingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetMeetingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
Instance Attribute Details
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
4124 4125 4126 4127 4128 |
# File 'lib/aws-sdk-chime/types.rb', line 4124 class GetMeetingRequest < Struct.new( :meeting_id) SENSITIVE = [] include Aws::Structure end |