Class: Aws::FraudDetector::Types::BatchGetVariableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::BatchGetVariableResult
- Defined in:
- gems/aws-sdk-frauddetector/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.
156 157 158 159 160 161 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 156 class BatchGetVariableResult < Struct.new( :variables, :errors) SENSITIVE = [] include Aws::Structure end |
#variables ⇒ Array<Types::Variable>
The returned variables.
156 157 158 159 160 161 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 156 class BatchGetVariableResult < Struct.new( :variables, :errors) SENSITIVE = [] include Aws::Structure end |