Class: Aws::CloudWatchEvents::Types::ListApiDestinationsRequest

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

#connection_arnString

The ARN of the connection specified for the API destination.

Returns:

  • (String)


2162
2163
2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2162

class ListApiDestinationsRequest < Struct.new(
  :name_prefix,
  :connection_arn,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of API destinations to include in the response.

Returns:

  • (Integer)


2162
2163
2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2162

class ListApiDestinationsRequest < Struct.new(
  :name_prefix,
  :connection_arn,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#name_prefixString

A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.

Returns:

  • (String)


2162
2163
2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2162

class ListApiDestinationsRequest < Struct.new(
  :name_prefix,
  :connection_arn,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token returned by a previous call to retrieve the next set of results.

Returns:

  • (String)


2162
2163
2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2162

class ListApiDestinationsRequest < Struct.new(
  :name_prefix,
  :connection_arn,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end