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
Note:
When making an API call, you may pass S3Tag data as a hash:
{
key: "S3TagKey", # required
value: "S3TagValue", # required
}
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.