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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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.



520
521
522
523
524
525
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 520

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

#step_nameString

The name of the step.

Returns:

  • (String)


520
521
522
523
524
525
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 520

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