Class: Aws::Kafka::Types::ClusterOperationStep

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

Overview

Step taken during a cluster operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_infoTypes::ClusterOperationStepInfo

Information about the step and its status.



527
528
529
530
531
532
# File 'lib/aws-sdk-kafka/types.rb', line 527

class ClusterOperationStep < Struct.new(
  :step_info,
  :step_name)
  SENSITIVE = []
  include Aws::Structure
end

#step_nameString

The name of the step.



527
528
529
530
531
532
# File 'lib/aws-sdk-kafka/types.rb', line 527

class ClusterOperationStep < Struct.new(
  :step_info,
  :step_name)
  SENSITIVE = []
  include Aws::Structure
end