Class: Aws::KafkaConnect::Types::WorkerConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::WorkerConfigurationDescription
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
The description of the worker configuration.
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.
2135 2136 2137 2138 2139 2140 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 2135 class WorkerConfigurationDescription < Struct.new( :revision, :worker_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the worker configuration.
2135 2136 2137 2138 2139 2140 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 2135 class WorkerConfigurationDescription < Struct.new( :revision, :worker_configuration_arn) SENSITIVE = [] include Aws::Structure end |