Class: Aws::FraudDetector::Types::Tag

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

Overview

A key and value pair.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

A tag key.

Returns:

  • (String)


4326
4327
4328
4329
4330
4331
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4326

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

#valueString

A value assigned to a tag key.

Returns:

  • (String)


4326
4327
4328
4329
4330
4331
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4326

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