Class: Aws::KafkaConnect::Types::ListWorkerConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ListWorkerConfigurationsRequest
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of worker configurations to list in one response.
-
#name_prefix ⇒ String
Lists worker configuration names that start with the specified text string.
-
#next_token ⇒ String
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of worker configurations to list in one response.
1561 1562 1563 1564 1565 1566 1567 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1561 class ListWorkerConfigurationsRequest < Struct.new( :max_results, :next_token, :name_prefix) SENSITIVE = [] include Aws::Structure end |
#name_prefix ⇒ String
Lists worker configuration names that start with the specified text string.
1561 1562 1563 1564 1565 1566 1567 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1561 class ListWorkerConfigurationsRequest < Struct.new( :max_results, :next_token, :name_prefix) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1561 1562 1563 1564 1565 1566 1567 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1561 class ListWorkerConfigurationsRequest < Struct.new( :max_results, :next_token, :name_prefix) SENSITIVE = [] include Aws::Structure end |