class Aws::FMS::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource to return tags for.
The Firewall Manager resources that support tagging are policies,
applications lists, and protocols lists.
@return [String]

@!attribute [rw] tag_keys

The keys of the tags to remove from the resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE