Class: Aws::CloudWatchEvents::Types::ListApiDestinationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/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:



2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2183

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)


2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2183

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