Class: Aws::Chime::Types::ListMeetingTagsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#meeting_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


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