class Aws::CloudWatchEvidently::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "Arn", # required tags: { # required "TagKey" => "TagValue", }, }
@!attribute [rw] resource_arn
The ARN of the CloudWatch Evidently resource that you're adding tags to. @return [String]
@!attribute [rw] tags
The list of key-value pairs to associate with the resource. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE