Class: Aws::DataSync::Types::TagListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::TagListEntry
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
A key-value pair representing a single tag that's been applied to an Amazon Web Services resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key for an Amazon Web Services resource tag.
-
#value ⇒ String
The value for an Amazon Web Services resource tag.
Instance Attribute Details
#key ⇒ String
The key for an Amazon Web Services resource tag.
5018 5019 5020 5021 5022 5023 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5018 class TagListEntry < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for an Amazon Web Services resource tag.
5018 5019 5020 5021 5022 5023 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5018 class TagListEntry < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |