Class: Aws::KafkaConnect::Types::ListConnectorsResponse

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

#connectorsArray<Types::ConnectorSummary>

An array of connector descriptions.

Returns:



1289
1290
1291
1292
1293
1294
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1289

class ListConnectorsResponse < Struct.new(
  :connectors,
  :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 it left off.

Returns:

  • (String)


1289
1290
1291
1292
1293
1294
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1289

class ListConnectorsResponse < Struct.new(
  :connectors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end