Class: Aws::KafkaConnect::Types::ListConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ListConnectorsResponse
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connectors ⇒ Array<Types::ConnectorSummary>
An array of connector descriptions.
-
#next_token ⇒ String
If the response of a ListConnectors operation is truncated, it will include a NextToken.
Instance Attribute Details
#connectors ⇒ Array<Types::ConnectorSummary>
An array of connector descriptions.
1465 1466 1467 1468 1469 1470 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1465 class ListConnectorsResponse < Struct.new( :connectors, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1465 1466 1467 1468 1469 1470 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1465 class ListConnectorsResponse < Struct.new( :connectors, :next_token) SENSITIVE = [] include Aws::Structure end |