Class: Aws::Types::RetryWorkflowStepRequest

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:



445
446
447
# File 'sig/types.rbs', line 445

def id
  @id
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:



444
445
446
# File 'sig/types.rbs', line 444

def step_group_id
  @step_group_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



443
444
445
# File 'sig/types.rbs', line 443

def workflow_id
  @workflow_id
end