Class: Aws::FraudDetector::Types::Variable

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

The variable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the variable.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
# File 'gems/aws-sdk-frauddetector/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_timeString

The time when the variable was created.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
# File 'gems/aws-sdk-frauddetector/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_sourceString

The data source of the variable.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
# File 'gems/aws-sdk-frauddetector/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_typeString

The data type of the variable. For more information see Variable types.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
# File 'gems/aws-sdk-frauddetector/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_valueString

The default value of the variable.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
# File 'gems/aws-sdk-frauddetector/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

#descriptionString

The description of the variable.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
# File 'gems/aws-sdk-frauddetector/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_timeString

The time when variable was last updated.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
# File 'gems/aws-sdk-frauddetector/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

#nameString

The name of the variable.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
# File 'gems/aws-sdk-frauddetector/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_typeString

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

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
# File 'gems/aws-sdk-frauddetector/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