Class: Aws::KafkaConnect::Types::ListWorkerConfigurationsRequest

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

#max_resultsInteger

The maximum number of worker configurations to list in one response.

Returns:

  • (Integer)


1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1385

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

#name_prefixString

Lists worker configuration names that start with the specified text string.

Returns:

  • (String)


1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1385

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

#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)


1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1385

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