Class: Aws::KafkaConnect::Types::ListWorkerConfigurationsResponse

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

#next_tokenString

If the response of a ListWorkerConfigurations 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)


1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1406

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

#worker_configurationsArray<Types::WorkerConfigurationSummary>

An array of worker configuration descriptions.



1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1406

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