Class: Aws::EventBridge::Types::ListApiDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ListApiDestinationsResponse
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_destinations ⇒ Array<Types::ApiDestination>
An array of
ApiDestination
objects that include information about an API destination. -
#next_token ⇒ String
A token you can use in a subsequent request to retrieve the next set of results.
Instance Attribute Details
#api_destinations ⇒ Array<Types::ApiDestination>
An array of ApiDestination
objects that include information about
an API destination.
2514 2515 2516 2517 2518 2519 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2514 class ListApiDestinationsResponse < Struct.new( :api_destinations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token you can use in a subsequent request to retrieve the next set of results.
2514 2515 2516 2517 2518 2519 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2514 class ListApiDestinationsResponse < Struct.new( :api_destinations, :next_token) SENSITIVE = [] include Aws::Structure end |