Class: Aws::KafkaConnect::Types::ConnectorOperationStep

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

Overview

Details of a step that is involved in a connector’s operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_stateString

The step state of the operation.

Returns:

  • (String)


299
300
301
302
303
304
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 299

class ConnectorOperationStep < Struct.new(
  :step_type,
  :step_state)
  SENSITIVE = []
  include Aws::Structure
end

#step_typeString

The step type of the operation.

Returns:

  • (String)


299
300
301
302
303
304
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 299

class ConnectorOperationStep < Struct.new(
  :step_type,
  :step_state)
  SENSITIVE = []
  include Aws::Structure
end