Class: Aws::KafkaConnect::Types::DescribeConnectorOperationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::DescribeConnectorOperationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:origin_connector_configuration, :target_connector_configuration]
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
-
#connector_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the connector operation.
-
#connector_operation_state ⇒ String
The state of the connector operation.
-
#connector_operation_type ⇒ String
The type of connector operation performed.
-
#creation_time ⇒ Time
The time when the operation was created.
-
#end_time ⇒ Time
The time when the operation ended.
-
#error_info ⇒ Types::StateDescription
Details about the state of a resource.
-
#operation_steps ⇒ Array<Types::ConnectorOperationStep>
The array of operation steps taken.
-
#origin_connector_configuration ⇒ Hash<String,String>
The origin connector configuration.
-
#origin_worker_setting ⇒ Types::WorkerSetting
The origin worker setting.
-
#target_connector_configuration ⇒ Hash<String,String>
The target connector configuration.
-
#target_worker_setting ⇒ Types::WorkerSetting
The target worker setting.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#connector_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the connector operation.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#connector_operation_state ⇒ String
The state of the connector operation.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#connector_operation_type ⇒ String
The type of connector operation performed.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#creation_time ⇒ Time
The time when the operation was created.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#end_time ⇒ Time
The time when the operation ended.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#error_info ⇒ Types::StateDescription
Details about the state of a resource.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#operation_steps ⇒ Array<Types::ConnectorOperationStep>
The array of operation steps taken.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#origin_connector_configuration ⇒ Hash<String,String>
The origin connector configuration.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#origin_worker_setting ⇒ Types::WorkerSetting
The origin worker setting.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#target_connector_configuration ⇒ Hash<String,String>
The target connector configuration.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |
#target_worker_setting ⇒ Types::WorkerSetting
The target worker setting.
987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 987 class DescribeConnectorOperationResponse < Struct.new( :connector_arn, :connector_operation_arn, :connector_operation_state, :connector_operation_type, :operation_steps, :origin_worker_setting, :origin_connector_configuration, :target_worker_setting, :target_connector_configuration, :error_info, :creation_time, :end_time) SENSITIVE = [:origin_connector_configuration, :target_connector_configuration] include Aws::Structure end |