Class: Aws::Chime::Types::ListAttendeeTagsResponse

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

#tagsArray<Types::Tag>

A list of tag key-value pairs.

Returns:


4782
4783
4784
4785
4786
# File 'lib/aws-sdk-chime/types.rb', line 4782

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