Class: Aws::FraudDetector::Types::GetModelsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetModelsResult
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#models ⇒ Array<Types::Model>
The array of models.
-
#next_token ⇒ String
The next page token to be used in subsequent requests.
Instance Attribute Details
#models ⇒ Array<Types::Model>
The array of models.
3193 3194 3195 3196 3197 3198 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3193 class GetModelsResult < Struct.new( :next_token, :models) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next page token to be used in subsequent requests.
3193 3194 3195 3196 3197 3198 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3193 class GetModelsResult < Struct.new( :next_token, :models) SENSITIVE = [] include Aws::Structure end |