Class: Aws::Chime::Types::ListAttendeeTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAttendeeTagsResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A list of tag key-value pairs.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of tag key-value pairs.
5364 5365 5366 5367 5368 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5364 class ListAttendeeTagsResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |