Class: Aws::FraudDetector::Types::GetOutcomesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetOutcomesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of objects to return for the request.
-
#name ⇒ String
The name of the outcome or outcomes to get.
-
#next_token ⇒ String
The next page token for the request.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of objects to return for the request.
2935 2936 2937 2938 2939 2940 2941 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2935 class GetOutcomesRequest < Struct.new( :name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the outcome or outcomes to get.
2935 2936 2937 2938 2939 2940 2941 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2935 class GetOutcomesRequest < Struct.new( :name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next page token for the request.
2935 2936 2937 2938 2939 2940 2941 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2935 class GetOutcomesRequest < Struct.new( :name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |