class Aws::FIS::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource.
@return [String]

@!attribute [rw] tag_keys

The tag keys to remove.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/fis-2020-12-01/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE