Class: Aws::Types::ClusterOperationStep
- Inherits:
-
Object
- Object
- Aws::Types::ClusterOperationStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#step_info ⇒ Types::ClusterOperationStepInfo
Returns the value of attribute step_info.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
Instance Attribute Details
#step_info ⇒ Types::ClusterOperationStepInfo
Returns the value of attribute step_info.
177 178 179 |
# File 'sig/types.rbs', line 177 def step_info @step_info end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
178 179 180 |
# File 'sig/types.rbs', line 178 def step_name @step_name end |