class Aws::Synthetics::Types::UntagResourceRequest

@note When making an API call, you may pass UntagResourceRequest

data as a hash:

    {
      resource_arn: "CanaryArn", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

The ARN of the canary that you're removing tags from.

The ARN format of a canary is
`arn:aws:synthetics:Region:account-id:canary:canary-name `.
@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/synthetics-2017-10-11/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE