You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateVariableRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The new default value of the variable.

Returns:

  • (String)

    The new default value of the variable.

#descriptionString

The new description.

Returns:

  • (String)

    The new description.

#nameString

The name of the variable.

Returns:

  • (String)

    The name of the variable.

#variable_typeString

The variable type. For more information see Variable types.

Returns:

  • (String)

    The variable type.