Class: Aws::FraudDetector::Types::BatchGetVariableRequest

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

#namesArray<String>

The list of variable names to get.

Returns:

  • (Array<String>)


323
324
325
326
327
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 323

class BatchGetVariableRequest < Struct.new(
  :names)
  SENSITIVE = []
  include Aws::Structure
end