class Aws::LocationService::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource from which you want
to remove tags.

* Format example:
  `arn:aws:geo:region:account-id:resourcetype/ExampleResource`

^
@return [String]

@!attribute [rw] tag_keys

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

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE