Class: Aws::KafkaConnect::Types::ConnectorOperationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafkaconnect/types.rb

Overview

Summary of a connector operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_operation_arnString

The Amazon Resource Name (ARN) of the connector operation.

Returns:

  • (String)


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_stateString

The state of the connector operation.

Returns:

  • (String)


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_typeString

The type of connector operation performed.

Returns:

  • (String)


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_timeTime

The time when operation was created.

Returns:

  • (Time)


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_timeTime

The time when operation ended.

Returns:

  • (Time)


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