Class: Aws::GuardDuty::Types::ListPublishingDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListPublishingDestinationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::Destination>
A ‘Destinations` object that includes information about each publishing destination returned.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Instance Attribute Details
#destinations ⇒ Array<Types::Destination>
A ‘Destinations` object that includes information about each publishing destination returned.
5612 5613 5614 5615 5616 5617 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5612 class ListPublishingDestinationsResponse < Struct.new( :destinations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
5612 5613 5614 5615 5616 5617 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5612 class ListPublishingDestinationsResponse < Struct.new( :destinations, :next_token) SENSITIVE = [] include Aws::Structure end |