Class: Aws::Types::WorkflowRunStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errored_actions::Integer

Returns the value of attribute errored_actions.

Returns:

  • (::Integer)


8492
8493
8494
# File 'sig/types.rbs', line 8492

def errored_actions
  @errored_actions
end

#failed_actions::Integer

Returns the value of attribute failed_actions.

Returns:

  • (::Integer)


8488
8489
8490
# File 'sig/types.rbs', line 8488

def failed_actions
  @failed_actions
end

#running_actions::Integer

Returns the value of attribute running_actions.

Returns:

  • (::Integer)


8491
8492
8493
# File 'sig/types.rbs', line 8491

def running_actions
  @running_actions
end

#stopped_actions::Integer

Returns the value of attribute stopped_actions.

Returns:

  • (::Integer)


8489
8490
8491
# File 'sig/types.rbs', line 8489

def stopped_actions
  @stopped_actions
end

#succeeded_actions::Integer

Returns the value of attribute succeeded_actions.

Returns:

  • (::Integer)


8490
8491
8492
# File 'sig/types.rbs', line 8490

def succeeded_actions
  @succeeded_actions
end

#timeout_actions::Integer

Returns the value of attribute timeout_actions.

Returns:

  • (::Integer)


8487
8488
8489
# File 'sig/types.rbs', line 8487

def timeout_actions
  @timeout_actions
end

#total_actions::Integer

Returns the value of attribute total_actions.

Returns:

  • (::Integer)


8486
8487
8488
# File 'sig/types.rbs', line 8486

def total_actions
  @total_actions
end

#waiting_actions::Integer

Returns the value of attribute waiting_actions.

Returns:

  • (::Integer)


8493
8494
8495
# File 'sig/types.rbs', line 8493

def waiting_actions
  @waiting_actions
end