Class: Aws::Transfer::Types::S3Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::S3Tag
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Specifies the key-value pair that are assigned to a file during the execution of a Tagging step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name assigned to the tag that you create.
-
#value ⇒ String
The value that corresponds to the key.