Class: Aws::FraudDetector::Types::BatchCreateVariableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::BatchCreateVariableRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
-
#variable_entries ⇒ Array<Types::VariableEntry>
The list of variables for the batch create variable request.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
274 275 276 277 278 279 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 274 class BatchCreateVariableRequest < Struct.new( :variable_entries, :tags) SENSITIVE = [] include Aws::Structure end |
#variable_entries ⇒ Array<Types::VariableEntry>
The list of variables for the batch create variable request.
274 275 276 277 278 279 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 274 class BatchCreateVariableRequest < Struct.new( :variable_entries, :tags) SENSITIVE = [] include Aws::Structure end |