Class: Aws::CloudWatch::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The list of tag keys and values associated with the resource you specified.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The list of tag keys and values associated with the resource you specified.
2254 2255 2256 2257 2258 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2254 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |