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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-frauddetector/types.rb', line 323

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