Class: Aws::DataSync::Types::TagListEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

The key for an Amazon Web Services resource tag.

Returns:

  • (String)


5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5209

class TagListEntry < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value for an Amazon Web Services resource tag.

Returns:

  • (String)


5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5209

class TagListEntry < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end