Class: Aws::KafkaConnect::Types::WorkerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::WorkerConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
The configuration of the workers, which are the processes that run the connector logic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revision ⇒ Integer
The revision of the worker configuration.
-
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the worker configuration.
Instance Attribute Details
#revision ⇒ Integer
The revision of the worker configuration.
2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 2155 class WorkerConfiguration < Struct.new( :revision, :worker_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the worker configuration.
2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 2155 class WorkerConfiguration < Struct.new( :revision, :worker_configuration_arn) SENSITIVE = [] include Aws::Structure end |