class Aws::GlobalAccelerator::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 Global Accelerator resource to
remove tags from. An ARN uniquely identifies a resource.
@return [String]

@!attribute [rw] tag_keys

The tag key pairs that you want to remove from the specified
resources.
@return [Array<String>]

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

Constants

SENSITIVE