Class: Aws::FraudDetector::Types::GetModelsRequest

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)


2895
2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2895

class GetModelsRequest < Struct.new(
  :model_id,
  :model_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#model_idString

The model ID.

Returns:

  • (String)


2895
2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2895

class GetModelsRequest < Struct.new(
  :model_id,
  :model_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#model_typeString

The model type.

Returns:

  • (String)


2895
2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2895

class GetModelsRequest < Struct.new(
  :model_id,
  :model_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next token for the subsequent request.

Returns:

  • (String)


2895
2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2895

class GetModelsRequest < Struct.new(
  :model_id,
  :model_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end