Class: Aws::CloudWatch::Types::ListTagsForResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListTagsForResourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the CloudWatch resource that you want to view tags for.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the CloudWatch resource that you want to view tags for.
The ARN format of an alarm is ‘arn:aws:cloudwatch:Region:account-id:alarm:alarm-name `
The ARN format of a Contributor Insights rule is ‘arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name `
For more information about ARN format, see [ Resource Types Defined by Amazon CloudWatch] in the *Amazon Web Services General Reference*.
2308 2309 2310 2311 2312 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2308 class ListTagsForResourceInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |