Class: Aws::Kafka::Types::ClusterOperationStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ClusterOperationStep
- 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
-
#step_info ⇒ Types::ClusterOperationStepInfo
Information about the step and its status.
-
#step_name ⇒ String
The name of the step.
Instance Attribute Details
#step_info ⇒ Types::ClusterOperationStepInfo
Information about the step and its status.
520 521 522 523 524 525 |
# File 'lib/aws-sdk-kafka/types.rb', line 520 class ClusterOperationStep < Struct.new( :step_info, :step_name) SENSITIVE = [] include Aws::Structure end |
#step_name ⇒ String
The name of the step.
520 521 522 523 524 525 |
# File 'lib/aws-sdk-kafka/types.rb', line 520 class ClusterOperationStep < Struct.new( :step_info, :step_name) SENSITIVE = [] include Aws::Structure end |