class Aws::FraudDetector::Types::BatchCreateVariableRequest

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

data as a hash:

    {
      variable_entries: [ # required
        {
          name: "string",
          data_type: "string",
          data_source: "string",
          default_value: "string",
          description: "string",
          variable_type: "string",
        },
      ],
      tags: [
        {
          key: "tagKey", # required
          value: "tagValue", # required
        },
      ],
    }

@!attribute [rw] variable_entries

The list of variables for the batch create variable request.
@return [Array<Types::VariableEntry>]

@!attribute [rw] tags

A collection of key and value pairs.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE