Class: Aws::Types::ConnectorOperationStep
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorOperationStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#step_state ⇒ "PENDING", ...
Returns the value of attribute step_state.
-
#step_type ⇒ "INITIALIZE_UPDATE", ...
Returns the value of attribute step_type.
Instance Attribute Details
#step_state ⇒ "PENDING", ...
Returns the value of attribute step_state.
95 96 97 |
# File 'sig/types.rbs', line 95 def step_state @step_state end |
#step_type ⇒ "INITIALIZE_UPDATE", ...
Returns the value of attribute step_type.
94 95 96 |
# File 'sig/types.rbs', line 94 def step_type @step_type end |