Class: Aws::Chime::Types::ListAttendeeTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAttendeeTagsResponse
- Includes:
- Structure
- Defined in:
- 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.
4782 4783 4784 4785 4786 |
# File 'lib/aws-sdk-chime/types.rb', line 4782 class ListAttendeeTagsResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |