Class: Aws::Chime::Types::ListMeetingTagsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

A list of tag key-value pairs.

Returns:



5450
5451
5452
5453
5454
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5450

class ListMeetingTagsResponse < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end