Class: Aws::FraudDetector::Types::VariableEntry

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

Overview

A variable in the list of variables for the batch create variable request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceString

The data source of the variable.

Returns:

  • (String)


5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 5085

class VariableEntry < Struct.new(
  :name,
  :data_type,
  :data_source,
  :default_value,
  :description,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#data_typeString

The data type of the variable.

Returns:

  • (String)


5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 5085

class VariableEntry < Struct.new(
  :name,
  :data_type,
  :data_source,
  :default_value,
  :description,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#default_valueString

The default value of the variable.

Returns:

  • (String)


5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 5085

class VariableEntry < Struct.new(
  :name,
  :data_type,
  :data_source,
  :default_value,
  :description,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the variable.

Returns:

  • (String)


5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 5085

class VariableEntry < Struct.new(
  :name,
  :data_type,
  :data_source,
  :default_value,
  :description,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the variable.

Returns:

  • (String)


5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 5085

class VariableEntry < Struct.new(
  :name,
  :data_type,
  :data_source,
  :default_value,
  :description,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#variable_typeString

The type of the variable. For more information see Variable types.

Valid Values: AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT

Returns:

  • (String)


5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 5085

class VariableEntry < Struct.new(
  :name,
  :data_type,
  :data_source,
  :default_value,
  :description,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end