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)


8454
8455
8456
# File 'sig/types.rbs', line 8454

def errored_actions
  @errored_actions
end

#failed_actions::Integer

Returns the value of attribute failed_actions.

Returns:

  • (::Integer)


8450
8451
8452
# File 'sig/types.rbs', line 8450

def failed_actions
  @failed_actions
end

#running_actions::Integer

Returns the value of attribute running_actions.

Returns:

  • (::Integer)


8453
8454
8455
# File 'sig/types.rbs', line 8453

def running_actions
  @running_actions
end

#stopped_actions::Integer

Returns the value of attribute stopped_actions.

Returns:

  • (::Integer)


8451
8452
8453
# File 'sig/types.rbs', line 8451

def stopped_actions
  @stopped_actions
end

#succeeded_actions::Integer

Returns the value of attribute succeeded_actions.

Returns:

  • (::Integer)


8452
8453
8454
# File 'sig/types.rbs', line 8452

def succeeded_actions
  @succeeded_actions
end

#timeout_actions::Integer

Returns the value of attribute timeout_actions.

Returns:

  • (::Integer)


8449
8450
8451
# File 'sig/types.rbs', line 8449

def timeout_actions
  @timeout_actions
end

#total_actions::Integer

Returns the value of attribute total_actions.

Returns:

  • (::Integer)


8448
8449
8450
# File 'sig/types.rbs', line 8448

def total_actions
  @total_actions
end

#waiting_actions::Integer

Returns the value of attribute waiting_actions.

Returns:

  • (::Integer)


8455
8456
8457
# File 'sig/types.rbs', line 8455

def waiting_actions
  @waiting_actions
end