Class: Aws::KafkaConnect::Types::WorkerConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::WorkerConfigurationSummary
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
The summary of a worker configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time that a worker configuration was created.
-
#description ⇒ String
The description of a worker configuration.
-
#latest_revision ⇒ Types::WorkerConfigurationRevisionSummary
The latest revision of a worker configuration.
-
#name ⇒ String
The name of the worker configuration.
-
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the worker configuration.
-
#worker_configuration_state ⇒ String
The state of the worker configuration.
Instance Attribute Details
#creation_time ⇒ Time
The time that a worker configuration was created.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 2036 class WorkerConfigurationSummary < Struct.new( :creation_time, :description, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of a worker configuration.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 2036 class WorkerConfigurationSummary < Struct.new( :creation_time, :description, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#latest_revision ⇒ Types::WorkerConfigurationRevisionSummary
The latest revision of a worker configuration.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 2036 class WorkerConfigurationSummary < 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.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 2036 class WorkerConfigurationSummary < 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 worker configuration.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 2036 class WorkerConfigurationSummary < 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.
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 2036 class WorkerConfigurationSummary < Struct.new( :creation_time, :description, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |