Class: Aws::KafkaConnect::Types::ConnectorOperationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ConnectorOperationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Summary of a connector operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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 operation was created.
-
#end_time ⇒ Time
The time when operation ended.
Instance Attribute Details
#connector_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the connector operation.
330 331 332 333 334 335 336 337 338 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 330 class ConnectorOperationSummary < Struct.new( :connector_operation_arn, :connector_operation_type, :connector_operation_state, :creation_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#connector_operation_state ⇒ String
The state of the connector operation.
330 331 332 333 334 335 336 337 338 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 330 class ConnectorOperationSummary < Struct.new( :connector_operation_arn, :connector_operation_type, :connector_operation_state, :creation_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#connector_operation_type ⇒ String
The type of connector operation performed.
330 331 332 333 334 335 336 337 338 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 330 class ConnectorOperationSummary < Struct.new( :connector_operation_arn, :connector_operation_type, :connector_operation_state, :creation_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when operation was created.
330 331 332 333 334 335 336 337 338 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 330 class ConnectorOperationSummary < Struct.new( :connector_operation_arn, :connector_operation_type, :connector_operation_state, :creation_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time when operation ended.
330 331 332 333 334 335 336 337 338 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 330 class ConnectorOperationSummary < Struct.new( :connector_operation_arn, :connector_operation_type, :connector_operation_state, :creation_time, :end_time) SENSITIVE = [] include Aws::Structure end |