class Aws::ServiceQuotas::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) for the applied quota that you want
to untag. You can get this information by using the Service Quotas
console, or by listing the quotas using the [list-service-quotas][1]
AWS CLI command or the [ListServiceQuotas][2] AWS API operation.

[1]: https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html
[2]: https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html
@return [String]

@!attribute [rw] tag_keys

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

@see docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE