class Aws::TimestreamWrite::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 Timestream resource that the tags will be removed from. This
value is an Amazon Resource Name (ARN).
@return [String]

@!attribute [rw] tag_keys

A list of tags keys. Existing tags of the resource whose keys are
members of this list will be removed from the Timestream resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE