Class: Aws::KafkaConnect::Types::ConnectorOperationStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ConnectorOperationStep
- 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
-
#step_state ⇒ String
The step state of the operation.
-
#step_type ⇒ String
The step type of the operation.
Instance Attribute Details
#step_state ⇒ String
The step state of the operation.
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_type ⇒ String
The step type of the operation.
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 |