Class: Aws::Types::RetryWorkflowStepResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def id
  @id
end

#status"AWAITING_DEPENDENCIES", ...

Returns the value of attribute status.

Returns:

  • ("AWAITING_DEPENDENCIES", "SKIPPED", "READY", "IN_PROGRESS", "COMPLETED", "FAILED", "PAUSED", "USER_ATTENTION_REQUIRED")


453
454
455
# File 'sig/types.rbs', line 453

def status
  @status
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def step_group_id
  @step_group_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def workflow_id
  @workflow_id
end