Class: Aws::FraudDetector::Types::GetOutcomesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of objects to return for the request.

Returns:

  • (Integer)


2935
2936
2937
2938
2939
2940
2941
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2935

class GetOutcomesRequest < Struct.new(
  :name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the outcome or outcomes to get.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2935

class GetOutcomesRequest < Struct.new(
  :name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next page token for the request.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2935

class GetOutcomesRequest < Struct.new(
  :name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end