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.
1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1078 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.
1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1078 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.
1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1078 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.
1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1078 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.
1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1078 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.
1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1078 class DescribeWorkerConfigurationResponse < Struct.new( :creation_time, :description, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |