Class: Aws::Chime::Types::DeleteMeetingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteMeetingRequest
- 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.
2915 2916 2917 2918 2919 |
# File 'lib/aws-sdk-chime/types.rb', line 2915 class DeleteMeetingRequest < Struct.new( :meeting_id) SENSITIVE = [] include Aws::Structure end |