class Aws::KinesisAnalytics::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the Kinesis Analytics application from which to remove
the tags.
@return [String]

@!attribute [rw] tag_keys

A list of keys of tags to remove from the specified application.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE