Class: Aws::Transfer::Types::S3Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::S3Tag
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Details
#key ⇒ String
The name assigned to the tag that you create.
5618 5619 5620 5621 5622 5623 |
# File 'lib/aws-sdk-transfer/types.rb', line 5618 class S3Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that corresponds to the key.
5618 5619 5620 5621 5622 5623 |
# File 'lib/aws-sdk-transfer/types.rb', line 5618 class S3Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |