class Aws::Route53Resolver::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) for the resource that you want to
remove tags from. To get the ARN for a resource, use the applicable
`Get` or `List` command:

* [GetResolverEndpoint][1]

* [GetResolverRule][2]

* [GetResolverRuleAssociation][3]

* [ListResolverEndpoints][4]

* [ListResolverRuleAssociations][5]

* [ListResolverRules][6]

[1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html
[2]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html
[3]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRuleAssociation.html
[4]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html
[5]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html
[6]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html
@return [String]

@!attribute [rw] tag_keys

The tags that you want to remove to the specified resource.
@return [Array<String>]

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

Constants

SENSITIVE