Class: Aws::FraudDetector::Types::CreateVariableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::CreateVariableRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ String
The source of the data.
-
#data_type ⇒ String
The data type of the variable.
-
#default_value ⇒ String
The default value for the variable when no value is received.
-
#description ⇒ String
The description.
-
#name ⇒ String
The name of the variable.
-
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
-
#variable_type ⇒ String
The variable type.
Instance Attribute Details
#data_source ⇒ String
The source of the data.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 998 class CreateVariableRequest < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :tags) SENSITIVE = [] include Aws::Structure end |
#data_type ⇒ String
The data type of the variable.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 998 class CreateVariableRequest < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :tags) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The default value for the variable when no value is received.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 998 class CreateVariableRequest < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 998 class CreateVariableRequest < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the variable.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 998 class CreateVariableRequest < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 998 class CreateVariableRequest < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :tags) SENSITIVE = [] include Aws::Structure end |
#variable_type ⇒ String
The variable type. 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
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 998 class CreateVariableRequest < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :tags) SENSITIVE = [] include Aws::Structure end |