Class: Aws::FraudDetector::Types::BatchGetVariableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::BatchGetVariableRequest
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Note:
When making an API call, you may pass BatchGetVariableRequest data as a hash:
{
names: ["string"], # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#names ⇒ Array<String>
The list of variable names to get.
Instance Attribute Details
#names ⇒ Array<String>
The list of variable names to get.
140 141 142 143 144 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 140 class BatchGetVariableRequest < Struct.new( :names) SENSITIVE = [] include Aws::Structure end |