class Aws::FraudDetector::Types::DescribeDetectorRequest

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

data as a hash:

    {
      detector_id: "identifier", # required
      next_token: "string",
      max_results: 1,
    }

@!attribute [rw] detector_id

The detector ID.
@return [String]

@!attribute [rw] next_token

The next token from the previous response.
@return [String]

@!attribute [rw] max_results

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

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

Constants

SENSITIVE