Class: Aws::FraudDetector::Types::UpdateVariableRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The new default value of the variable.

Returns:

  • (String)


4946
4947
4948
4949
4950
4951
4952
4953
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4946

class UpdateVariableRequest < Struct.new(
  :name,
  :default_value,
  :description,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description.

Returns:

  • (String)


4946
4947
4948
4949
4950
4951
4952
4953
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4946

class UpdateVariableRequest < Struct.new(
  :name,
  :default_value,
  :description,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the variable.

Returns:

  • (String)


4946
4947
4948
4949
4950
4951
4952
4953
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4946

class UpdateVariableRequest < Struct.new(
  :name,
  :default_value,
  :description,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#variable_typeString

The variable type. For more information see Variable types.

Returns:

  • (String)


4946
4947
4948
4949
4950
4951
4952
4953
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4946

class UpdateVariableRequest < Struct.new(
  :name,
  :default_value,
  :description,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end