Class: Aws::GuardDuty::Types::Tag

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

Overview

Contains information about a tag key-value pair.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Describes the key associated with the tag.

Returns:



10815
10816
10817
10818
10819
10820
# File 'lib/aws-sdk-guardduty/types.rb', line 10815

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

#valueString

Describes the value associated with the tag key.

Returns:



10815
10816
10817
10818
10819
10820
# File 'lib/aws-sdk-guardduty/types.rb', line 10815

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