Class: Aws::GlobalAccelerator::Types::Tag

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-globalaccelerator/types.rb

Overview

A complex type that contains a ‘Tag` key and `Tag` value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

A string that contains a ‘Tag` key.

Returns:

  • (String)


3184
3185
3186
3187
3188
3189
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3184

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

#valueString

A string that contains a ‘Tag` value.

Returns:

  • (String)


3184
3185
3186
3187
3188
3189
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3184

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