Class: Aws::KafkaConnect::Types::ListConnectorsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_name_prefixString

The name prefix that you want to use to search for and list connectors.

Returns:

  • (String)


1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1269

class ListConnectorsRequest < Struct.new(
  :connector_name_prefix,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of connectors to list in one response.

Returns:

  • (Integer)


1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1269

class ListConnectorsRequest < Struct.new(
  :connector_name_prefix,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

Returns:

  • (String)


1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1269

class ListConnectorsRequest < Struct.new(
  :connector_name_prefix,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end