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.
184 185 186 |
# File 'sig/types.rbs', line 184 def step_info @step_info end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
185 186 187 |
# File 'sig/types.rbs', line 185 def step_name @step_name end |