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.
4938 4939 4940 4941 4942 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4938 class ListAttendeeTagsResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |