Class: Aws::FraudDetector::Types::EventVariableSummary

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

Overview

Information about the summary of an event variable that was evaluated for generating prediction.

Constant Summary collapse

SENSITIVE =
[:name, :value, :source]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The event variable name.

Returns:

  • (String)


1846
1847
1848
1849
1850
1851
1852
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1846

class EventVariableSummary < Struct.new(
  :name,
  :value,
  :source)
  SENSITIVE = [:name, :value, :source]
  include Aws::Structure
end

#sourceString

The event variable source.

Returns:

  • (String)


1846
1847
1848
1849
1850
1851
1852
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1846

class EventVariableSummary < Struct.new(
  :name,
  :value,
  :source)
  SENSITIVE = [:name, :value, :source]
  include Aws::Structure
end

#valueString

The value of the event variable.

Returns:

  • (String)


1846
1847
1848
1849
1850
1851
1852
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1846

class EventVariableSummary < Struct.new(
  :name,
  :value,
  :source)
  SENSITIVE = [:name, :value, :source]
  include Aws::Structure
end