Class: Aws::Chime::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListTagsForResourceResponse
- 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.
5827 5828 5829 5830 5831 |
# File 'lib/aws-sdk-chime/types.rb', line 5827 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |