Class: Aws::Types::ParentStepDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


3567
3568
3569
# File 'sig/types.rbs', line 3567

def action
  @action
end

#iteration::Integer

Returns the value of attribute iteration.

Returns:

  • (::Integer)


3568
3569
3570
# File 'sig/types.rbs', line 3568

def iteration
  @iteration
end

#iterator_value::String

Returns the value of attribute iterator_value.

Returns:

  • (::String)


3569
3570
3571
# File 'sig/types.rbs', line 3569

def iterator_value
  @iterator_value
end

#step_execution_id::String

Returns the value of attribute step_execution_id.

Returns:

  • (::String)


3565
3566
3567
# File 'sig/types.rbs', line 3565

def step_execution_id
  @step_execution_id
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


3566
3567
3568
# File 'sig/types.rbs', line 3566

def step_name
  @step_name
end