Class: Aws::ChimeSDKMeetings::Types::DeleteMeetingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::DeleteMeetingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/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.
734 735 736 737 738 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 734 class DeleteMeetingRequest < Struct.new( :meeting_id) SENSITIVE = [] include Aws::Structure end |