Class: Aws::Types::ReplicationStats

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)


2553
2554
2555
# File 'sig/types.rbs', line 2553

def elapsed_time_millis
  @elapsed_time_millis
end

#fresh_start_date::Time

Returns the value of attribute fresh_start_date.

Returns:

  • (::Time)


2558
2559
2560
# File 'sig/types.rbs', line 2558

def fresh_start_date
  @fresh_start_date
end

#full_load_finish_date::Time

Returns the value of attribute full_load_finish_date.

Returns:

  • (::Time)


2562
2563
2564
# File 'sig/types.rbs', line 2562

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)


2552
2553
2554
# File 'sig/types.rbs', line 2552

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)


2561
2562
2563
# File 'sig/types.rbs', line 2561

def full_load_start_date
  @full_load_start_date
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


2559
2560
2561
# File 'sig/types.rbs', line 2559

def start_date
  @start_date
end

#stop_date::Time

Returns the value of attribute stop_date.

Returns:

  • (::Time)


2560
2561
2562
# File 'sig/types.rbs', line 2560

def stop_date
  @stop_date
end

#tables_errored::Integer

Returns the value of attribute tables_errored.

Returns:

  • (::Integer)


2557
2558
2559
# File 'sig/types.rbs', line 2557

def tables_errored
  @tables_errored
end

#tables_loaded::Integer

Returns the value of attribute tables_loaded.

Returns:

  • (::Integer)


2554
2555
2556
# File 'sig/types.rbs', line 2554

def tables_loaded
  @tables_loaded
end

#tables_loading::Integer

Returns the value of attribute tables_loading.

Returns:

  • (::Integer)


2555
2556
2557
# File 'sig/types.rbs', line 2555

def tables_loading
  @tables_loading
end

#tables_queued::Integer

Returns the value of attribute tables_queued.

Returns:

  • (::Integer)


2556
2557
2558
# File 'sig/types.rbs', line 2556

def tables_queued
  @tables_queued
end