Class: Aws::KafkaConnect::Types::DescribeWorkerConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::DescribeWorkerConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time that the worker configuration was created.
-
#description ⇒ String
The description of the worker configuration.
-
#latest_revision ⇒ Types::WorkerConfigurationRevisionDescription
The latest revision of the custom configuration.
-
#name ⇒ String
The name of the worker configuration.
-
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the custom configuration.
-
#worker_configuration_state ⇒ String
The state of the worker configuration.
Instance Attribute Details
#creation_time ⇒ Time
The time that the worker configuration was created.
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1210 class DescribeWorkerConfigurationResponse < Struct.new( :creation_time, :description, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the worker configuration.
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1210 class DescribeWorkerConfigurationResponse < Struct.new( :creation_time, :description, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#latest_revision ⇒ Types::WorkerConfigurationRevisionDescription
The latest revision of the custom configuration.
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1210 class DescribeWorkerConfigurationResponse < Struct.new( :creation_time, :description, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the worker configuration.
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1210 class DescribeWorkerConfigurationResponse < Struct.new( :creation_time, :description, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the custom configuration.
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1210 class DescribeWorkerConfigurationResponse < Struct.new( :creation_time, :description, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#worker_configuration_state ⇒ String
The state of the worker configuration.
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1210 class DescribeWorkerConfigurationResponse < Struct.new( :creation_time, :description, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |