class Aws::Transfer::Types::UntagResourceRequest

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

data as a hash:

    {
      arn: "Arn", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] arn

The value of the resource that will have the tag removed. An Amazon
Resource Name (ARN) is an identifier for a specific Amazon Web
Services resource, such as a server, user, or role.
@return [String]

@!attribute [rw] tag_keys

TagKeys are key-value pairs assigned to ARNs that can be used to
group and search for resources by type. This metadata can be
attached to resources for any purpose.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE