Class: Aws::GuardDuty::Types::ListPublishingDestinationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The ID of the detector to retrieve publishing destinations for.

Returns:

  • (String)


4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4943

class ListPublishingDestinationsRequest < Struct.new(
  :detector_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4943

class ListPublishingDestinationsRequest < Struct.new(
  :detector_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4943

class ListPublishingDestinationsRequest < Struct.new(
  :detector_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end