Class: Aws::Types::ConditionExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_status_change::Time

Returns the value of attribute last_status_change.

Returns:

  • (::Time)


336
337
338
# File 'sig/types.rbs', line 336

def last_status_change
  @last_status_change
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Failed", "Errored", "Succeeded", "Cancelled", "Abandoned", "Overridden")


334
335
336
# File 'sig/types.rbs', line 334

def status
  @status
end

#summary::String

Returns the value of attribute summary.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def summary
  @summary
end