class Aws::EventBridge::Types::ListConnectionsRequest
@note When making an API call, you may pass ListConnectionsRequest
data as a hash: { name_prefix: "ConnectionName", connection_state: "CREATING", # accepts CREATING, UPDATING, DELETING, AUTHORIZED, DEAUTHORIZED, AUTHORIZING, DEAUTHORIZING next_token: "NextToken", limit: 1, }
@!attribute [rw] name_prefix
A name prefix to filter results returned. Only connections with a name that starts with the prefix are returned. @return [String]
@!attribute [rw] connection_state
The state of the connection. @return [String]
@!attribute [rw] next_token
The token returned by a previous call to retrieve the next set of results. @return [String]
@!attribute [rw] limit
The maximum number of connections to return. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/ListConnectionsRequest AWS API Documentation
Constants
- SENSITIVE