class Aws::Proton::Types::UntagResourceInput

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource that the tag is to be
removed from.
@return [String]

@!attribute [rw] tag_keys

An array of tag keys indicating the resource tags to be removed from
the resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UntagResourceInput AWS API Documentation

Constants

SENSITIVE