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:



4938
4939
4940
4941
4942
# File 'lib/aws-sdk-chime/types.rb', line 4938

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