class Aws::CloudWatch::Types::UntagResourceInput
@note When making an API call, you may pass UntagResourceInput
data as a hash: { resource_arn: "AmazonResourceName", # required tag_keys: ["TagKey"], # required }
@!attribute [rw] resource_arn
The ARN of the CloudWatch resource that you're removing tags from. 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][1] in the *Amazon Web Services General Reference*. [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies @return [String]
@!attribute [rw] tag_keys
The list of tag keys to remove from the resource. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/UntagResourceInput AWS API Documentation
Constants
- SENSITIVE