class Aws::Transfer::Types::S3Tag

Specifies the key-value pair that are assigned to a file during the execution of a Tagging step.

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

data as a hash:

    {
      key: "S3TagKey", # required
      value: "S3TagValue", # required
    }

@!attribute [rw] key

The name assigned to the tag that you create.
@return [String]

@!attribute [rw] value

The value that corresponds to the key.
@return [String]

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

Constants

SENSITIVE