Class: Aws::Types::AppflowIntegrationWorkflowMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#records_processed::Integer

Returns the value of attribute records_processed.

Returns:

  • (::Integer)


74
75
76
# File 'sig/types.rbs', line 74

def records_processed
  @records_processed
end

#steps_completed::Integer

Returns the value of attribute steps_completed.

Returns:

  • (::Integer)


75
76
77
# File 'sig/types.rbs', line 75

def steps_completed
  @steps_completed
end

#total_steps::Integer

Returns the value of attribute total_steps.

Returns:

  • (::Integer)


76
77
78
# File 'sig/types.rbs', line 76

def total_steps
  @total_steps
end