Class: Aws::Types::ReplicationTaskStats

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#elapsed_time_millis::Integer

Returns the value of attribute elapsed_time_millis.

Returns:

  • (::Integer)


2661
2662
2663
# File 'sig/types.rbs', line 2661

def elapsed_time_millis
  @elapsed_time_millis
end

#fresh_start_date::Time

Returns the value of attribute fresh_start_date.

Returns:

  • (::Time)


2666
2667
2668
# File 'sig/types.rbs', line 2666

def fresh_start_date
  @fresh_start_date
end

#full_load_finish_date::Time

Returns the value of attribute full_load_finish_date.

Returns:

  • (::Time)


2670
2671
2672
# File 'sig/types.rbs', line 2670

def full_load_finish_date
  @full_load_finish_date
end

#full_load_progress_percent::Integer

Returns the value of attribute full_load_progress_percent.

Returns:

  • (::Integer)


2660
2661
2662
# File 'sig/types.rbs', line 2660

def full_load_progress_percent
  @full_load_progress_percent
end

#full_load_start_date::Time

Returns the value of attribute full_load_start_date.

Returns:

  • (::Time)


2669
2670
2671
# File 'sig/types.rbs', line 2669

def full_load_start_date
  @full_load_start_date
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


2667
2668
2669
# File 'sig/types.rbs', line 2667

def start_date
  @start_date
end

#stop_date::Time

Returns the value of attribute stop_date.

Returns:

  • (::Time)


2668
2669
2670
# File 'sig/types.rbs', line 2668

def stop_date
  @stop_date
end

#tables_errored::Integer

Returns the value of attribute tables_errored.

Returns:

  • (::Integer)


2665
2666
2667
# File 'sig/types.rbs', line 2665

def tables_errored
  @tables_errored
end

#tables_loaded::Integer

Returns the value of attribute tables_loaded.

Returns:

  • (::Integer)


2662
2663
2664
# File 'sig/types.rbs', line 2662

def tables_loaded
  @tables_loaded
end

#tables_loading::Integer

Returns the value of attribute tables_loading.

Returns:

  • (::Integer)


2663
2664
2665
# File 'sig/types.rbs', line 2663

def tables_loading
  @tables_loading
end

#tables_queued::Integer

Returns the value of attribute tables_queued.

Returns:

  • (::Integer)


2664
2665
2666
# File 'sig/types.rbs', line 2664

def tables_queued
  @tables_queued
end