class Aws::GuardDuty::Types::ListThreatIntelSetsRequest

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

data as a hash:

    {
      detector_id: "DetectorId", # required
      max_results: 1,
      next_token: "String",
    }

@!attribute [rw] detector_id

The unique ID of the detector that the threatIntelSet is associated
with.
@return [String]

@!attribute [rw] max_results

You can use this parameter to indicate the maximum number of items
that you want in the response. The default value is 50. The maximum
value is 50.
@return [Integer]

@!attribute [rw] next_token

You can use this parameter to paginate results in the response. Set
the value of this parameter to null on your first call to the list
action. For subsequent calls to the action, fill nextToken in the
request with the value of NextToken from the previous response to
continue listing data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ListThreatIntelSetsRequest AWS API Documentation

Constants

SENSITIVE