Class: Aws::Types::StepExecutionStatusDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def creation_date_time
  @creation_date_time
end

#end_date_time::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def end_date_time
  @end_date_time
end

#last_state_change_reason::String

Returns the value of attribute last_state_change_reason.

Returns:

  • (::String)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def last_state_change_reason
  @last_state_change_reason
end

#start_date_time::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def start_date_time
  @start_date_time
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "RUNNING", "CONTINUE", "COMPLETED", "CANCELLED", "FAILED", "INTERRUPTED")


1656
1657
1658
# File 'sig/types.rbs', line 1656

def state
  @state
end