Class: Aws::FraudDetector::Types::BatchGetVariableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::BatchGetVariableResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchGetVariableError>
The errors from the request.
-
#variables ⇒ Array<Types::Variable>
The returned variables.
Instance Attribute Details
#errors ⇒ Array<Types::BatchGetVariableError>
The errors from the request.
339 340 341 342 343 344 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 339 class BatchGetVariableResult < Struct.new( :variables, :errors) SENSITIVE = [] include Aws::Structure end |
#variables ⇒ Array<Types::Variable>
The returned variables.
339 340 341 342 343 344 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 339 class BatchGetVariableResult < Struct.new( :variables, :errors) SENSITIVE = [] include Aws::Structure end |