class Aws::Synthetics::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "CanaryArn", # required tags: { # required "TagKey" => "TagValue", }, }
@!attribute [rw] resource_arn
The ARN of the canary that you're adding tags to. The ARN format of a canary is `arn:aws:synthetics:Region:account-id:canary:canary-name `. @return [String]
@!attribute [rw] tags
The list of key-value pairs to associate with the canary. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE