class Aws::ForecastService::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) that identifies the resource for
which to list the tags. Currently, the supported resources are
Forecast dataset groups, datasets, dataset import jobs, predictors,
forecasts, and forecast exports.
@return [String]

@!attribute [rw] tag_keys

The keys of the tags to be removed.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE