You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::VariableEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::VariableEntry
- Defined in:
- (unknown)
Overview
When passing VariableEntry as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "string",
data_type: "string",
data_source: "string",
default_value: "string",
description: "string",
variable_type: "string",
}
A variable in the list of variables for the batch create variable request.
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.
#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. 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