class Aws::Lightsail::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_name: "ResourceName", # required
      resource_arn: "ResourceArn",
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_name

The name of the resource from which you are removing a tag.
@return [String]

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource from which you want
to remove a tag.
@return [String]

@!attribute [rw] tag_keys

The tag keys to delete from the specified resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE