Class: Aws::EventBridge::Types::ListApiDestinationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_destinationsArray<Types::ApiDestination>

An array of ApiDestination objects that include information about an API destination.

Returns:



2537
2538
2539
2540
2541
2542
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2537

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

#next_tokenString

A token you can use in a subsequent request to retrieve the next set of results.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2537

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