Class: Aws::FraudDetector::Types::UpdateVariableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::UpdateVariableRequest
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ String
The new default value of the variable.
-
#description ⇒ String
The new description.
-
#name ⇒ String
The name of the variable.
-
#variable_type ⇒ String
The variable type.
Instance Attribute Details
#default_value ⇒ String
The new default value of the variable.
4635 4636 4637 4638 4639 4640 4641 4642 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4635 class UpdateVariableRequest < Struct.new( :name, :default_value, :description, :variable_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description.
4635 4636 4637 4638 4639 4640 4641 4642 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4635 class UpdateVariableRequest < Struct.new( :name, :default_value, :description, :variable_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the variable.
4635 4636 4637 4638 4639 4640 4641 4642 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4635 class UpdateVariableRequest < Struct.new( :name, :default_value, :description, :variable_type) SENSITIVE = [] include Aws::Structure end |
#variable_type ⇒ String
The variable type. For more information see Variable types.
4635 4636 4637 4638 4639 4640 4641 4642 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4635 class UpdateVariableRequest < Struct.new( :name, :default_value, :description, :variable_type) SENSITIVE = [] include Aws::Structure end |