Class: Aws::FraudDetector::Types::BatchCreateVariableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::BatchCreateVariableResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchCreateVariableError>
Provides the errors for the ‘BatchCreateVariable` request.
Instance Attribute Details
#errors ⇒ Array<Types::BatchCreateVariableError>
Provides the errors for the ‘BatchCreateVariable` request.
287 288 289 290 291 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 287 class BatchCreateVariableResult < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |