Class: Aws::FraudDetector::Types::BatchCreateVariableRequest

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

#tagsArray<Types::Tag>

A collection of key and value pairs.

Returns:



274
275
276
277
278
279
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 274

class BatchCreateVariableRequest < Struct.new(
  :variable_entries,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#variable_entriesArray<Types::VariableEntry>

The list of variables for the batch create variable request.

Returns:



274
275
276
277
278
279
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 274

class BatchCreateVariableRequest < Struct.new(
  :variable_entries,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end