Class: Aws::KafkaConnect::Types::CreateWorkerConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CreateWorkerConfigurationResponse
- 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.
-
#latest_revision ⇒ Types::WorkerConfigurationRevisionSummary
The latest revision of the worker configuration.
-
#name ⇒ String
The name of the worker configuration.
-
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) that Amazon assigned to the worker 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.
596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 596 class CreateWorkerConfigurationResponse < Struct.new( :creation_time, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#latest_revision ⇒ Types::WorkerConfigurationRevisionSummary
The latest revision of the worker configuration.
596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 596 class CreateWorkerConfigurationResponse < Struct.new( :creation_time, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the worker configuration.
596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 596 class CreateWorkerConfigurationResponse < Struct.new( :creation_time, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 596 class CreateWorkerConfigurationResponse < Struct.new( :creation_time, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#worker_configuration_state ⇒ String
The state of the worker configuration.
596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 596 class CreateWorkerConfigurationResponse < Struct.new( :creation_time, :latest_revision, :name, :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |