Class: Aws::IoTSecureTunneling::Types::Tag

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb

Overview

An arbitary key/value pair used to add searchable metadata to secure tunnel resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key of the tag.

Returns:

  • (String)


278
279
280
281
282
283
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 278

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

#valueString

The value of the tag.

Returns:

  • (String)


278
279
280
281
282
283
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 278

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