Class: Aws::CloudWatchEvents::Types::ListConnectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ListConnectionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_state ⇒ String
The state of the connection.
-
#limit ⇒ Integer
The maximum number of connections to return.
-
#name_prefix ⇒ String
A name prefix to filter results returned.
-
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
Instance Attribute Details
#connection_state ⇒ String
The state of the connection.
2262 2263 2264 2265 2266 2267 2268 2269 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2262 class ListConnectionsRequest < Struct.new( :name_prefix, :connection_state, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of connections to return.
2262 2263 2264 2265 2266 2267 2268 2269 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2262 class ListConnectionsRequest < Struct.new( :name_prefix, :connection_state, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#name_prefix ⇒ String
A name prefix to filter results returned. Only connections with a name that starts with the prefix are returned.
2262 2263 2264 2265 2266 2267 2268 2269 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2262 class ListConnectionsRequest < Struct.new( :name_prefix, :connection_state, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
2262 2263 2264 2265 2266 2267 2268 2269 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2262 class ListConnectionsRequest < Struct.new( :name_prefix, :connection_state, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |