class Aws::GuardDuty::Types::ListPublishingDestinationsRequest

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

data as a hash:

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

@!attribute [rw] detector_id

The ID of the detector to retrieve publishing destinations for.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in the response.
@return [Integer]

@!attribute [rw] next_token

A token to use for paginating results that are returned in the
response. Set the value of this parameter to null for the first
request to a list action. For subsequent calls, use the `NextToken`
value returned from the previous request to continue listing results
after the first page.
@return [String]

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

Constants

SENSITIVE