Class: Aws::CloudWatchRUM::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource that you are viewing.
-
#tags ⇒ Hash<String,String>
The list of tag keys and values associated with the resource you specified.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource that you are viewing.
1090 1091 1092 1093 1094 1095 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1090 class ListTagsForResourceResponse < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The list of tag keys and values associated with the resource you specified.
1090 1091 1092 1093 1094 1095 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1090 class ListTagsForResourceResponse < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |