Class: Aws::CloudWatch::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListTagsForResourceOutput
- Includes:
- Structure
- Defined in:
- 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.
2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2230 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |