Class: Aws::GuardDuty::Types::ListPublishingDestinationsResponse

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

#destinationsArray<Types::Destination>

A Destinations object that includes information about each publishing destination returned.

Returns:



4966
4967
4968
4969
4970
4971
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4966

class ListPublishingDestinationsResponse < Struct.new(
  :destinations,
  :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)


4966
4967
4968
4969
4970
4971
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4966

class ListPublishingDestinationsResponse < Struct.new(
  :destinations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end