class Aws::LookoutEquipment::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource to which the tag is
currently associated.
@return [String]

@!attribute [rw] tag_keys

Specifies the key of the tag to be removed from a specified
resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE