Class: Aws::Chime::Types::ListMeetingTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListMeetingTagsRequest
- 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.
5438 5439 5440 5441 5442 |
# File 'lib/aws-sdk-chime/types.rb', line 5438 class ListMeetingTagsRequest < Struct.new( :meeting_id) SENSITIVE = [] include Aws::Structure end |