class Aws::FraudDetector::Types::VariableEntry

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

@note When making an API call, you may pass VariableEntry

data as a hash:

    {
      name: "string",
      data_type: "string",
      data_source: "string",
      default_value: "string",
      description: "string",
      variable_type: "string",
    }

@!attribute [rw] name

The name of the variable.
@return [String]

@!attribute [rw] data_type

The data type of the variable.
@return [String]

@!attribute [rw] data_source

The data source of the variable.
@return [String]

@!attribute [rw] default_value

The default value of the variable.
@return [String]

@!attribute [rw] description

The description of the variable.
@return [String]

@!attribute [rw] variable_type

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

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]: https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/VariableEntry AWS API Documentation

Constants

SENSITIVE