class Aws::IoTEvents::Types::GetDetectorModelAnalysisResultsRequest

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

data as a hash:

    {
      analysis_id: "AnalysisId", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] analysis_id

The ID of the analysis result that you want to retrieve.
@return [String]

@!attribute [rw] next_token

The token that you can use to return the next set of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to be returned per request.
@return [Integer]

Constants

SENSITIVE