Class: Aws::FraudDetector::Types::VariableEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::VariableEntry
- Includes:
- Structure
- Defined in:
- 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
-
#data_source ⇒ String
The data source of the variable.
-
#data_type ⇒ String
The data type of the variable.
-
#default_value ⇒ String
The default value of the variable.
-
#description ⇒ String
The description of the variable.
-
#name ⇒ String
The name of the variable.
-
#variable_type ⇒ String
The type of the variable.
Instance Attribute Details
#data_source ⇒ String
The data source of the variable.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File '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_type ⇒ String
The data type of the variable.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File '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_value ⇒ String
The default value of the variable.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File '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 |
#description ⇒ String
The description of the variable.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File '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 |
#name ⇒ String
The name of the variable.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File '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_type ⇒ String
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 `
[1]: docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File '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 |