Class: Aws::Types::ConnectorOperationStep

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#step_state"PENDING", ...

Returns the value of attribute step_state.

Returns:

  • ("PENDING", "IN_PROGRESS", "COMPLETED", "FAILED", "CANCELLED")


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.

Returns:

  • ("INITIALIZE_UPDATE", "FINALIZE_UPDATE", "UPDATE_WORKER_SETTING", "UPDATE_CONNECTOR_CONFIGURATION", "VALIDATE_UPDATE")


94
95
96
# File 'sig/types.rbs', line 94

def step_type
  @step_type
end