Class: Aws::EventBridge::Types::ListConnectionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_stateString

The state of the connection.

Returns:

  • (String)


2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2616

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

#limitInteger

The maximum number of connections to return.

Returns:

  • (Integer)


2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2616

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

#name_prefixString

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

Returns:

  • (String)


2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2616

class ListConnectionsRequest < Struct.new(
  :name_prefix,
  :connection_state,
  :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)


2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2616

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