class Aws::FraudDetector::Types::GetModelsRequest

@note When making an API call, you may pass GetModelsRequest

data as a hash:

    {
      model_id: "modelIdentifier",
      model_type: "ONLINE_FRAUD_INSIGHTS", # accepts ONLINE_FRAUD_INSIGHTS
      next_token: "string",
      max_results: 1,
    }

@!attribute [rw] model_id

The model ID.
@return [String]

@!attribute [rw] model_type

The model type.
@return [String]

@!attribute [rw] next_token

The next token for the subsequent request.
@return [String]

@!attribute [rw] max_results

The maximum number of objects to return for the request.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/GetModelsRequest AWS API Documentation

Constants

SENSITIVE