class Aws::FraudDetector::Types::UpdateVariableRequest

@note When making an API call, you may pass UpdateVariableRequest

data as a hash:

    {
      name: "string", # required
      default_value: "string",
      description: "string",
      variable_type: "string",
    }

@!attribute [rw] name

The name of the variable.
@return [String]

@!attribute [rw] default_value

The new default value of the variable.
@return [String]

@!attribute [rw] description

The new description.
@return [String]

@!attribute [rw] variable_type

The variable type. For more information see [Variable types][1].

[1]: https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/UpdateVariableRequest AWS API Documentation

Constants

SENSITIVE