You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FraudDetector::Types::DescribeDetectorRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeDetectorRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The detector ID.

Returns:

  • (String)

    The detector ID.

#max_resultsInteger

The maximum number of results to return for the request.

Returns:

  • (Integer)

    The maximum number of results to return for the request.

#next_tokenString

The next token from the previous response.

Returns:

  • (String)

    The next token from the previous response.