Class: Aws::FraudDetector::Types::Variable
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::Variable
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The variable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the variable.
-
#created_time ⇒ String
The time when the variable was created.
-
#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.
-
#last_updated_time ⇒ String
The time when variable was last updated.
-
#name ⇒ String
The name of the variable.
-
#variable_type ⇒ String
The variable type of the variable.
Instance Attribute Details
#arn ⇒ String
The ARN of the variable.
5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 5027 class Variable < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ String
The time when the variable was created.
5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 5027 class Variable < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ String
The data source of the variable.
5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 5027 class Variable < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#data_type ⇒ String
The data type of the variable. For more information see [Variable types].
[1]: docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 5027 class Variable < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The default value of the variable.
5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 5027 class Variable < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the variable.
5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 5027 class Variable < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ String
The time when variable was last updated.
5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 5027 class Variable < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the variable.
5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 5027 class Variable < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#variable_type ⇒ String
The variable type of the variable.
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 `
5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 5027 class Variable < Struct.new( :name, :data_type, :data_source, :default_value, :description, :variable_type, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |