Class: Aws::Types::RestoreStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_restore_rate_in_mega_bytes_per_second::Float

Returns the value of attribute current_restore_rate_in_mega_bytes_per_second.

Returns:

  • (::Float)


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

def current_restore_rate_in_mega_bytes_per_second
  @current_restore_rate_in_mega_bytes_per_second
end

#elapsed_time_in_seconds::Integer

Returns the value of attribute elapsed_time_in_seconds.

Returns:

  • (::Integer)


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

def elapsed_time_in_seconds
  @elapsed_time_in_seconds
end

#estimated_time_to_completion_in_seconds::Integer

Returns the value of attribute estimated_time_to_completion_in_seconds.

Returns:

  • (::Integer)


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

def estimated_time_to_completion_in_seconds
  @estimated_time_to_completion_in_seconds
end

#progress_in_mega_bytes::Integer

Returns the value of attribute progress_in_mega_bytes.

Returns:

  • (::Integer)


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

def progress_in_mega_bytes
  @progress_in_mega_bytes
end

#snapshot_size_in_mega_bytes::Integer

Returns the value of attribute snapshot_size_in_mega_bytes.

Returns:

  • (::Integer)


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

def snapshot_size_in_mega_bytes
  @snapshot_size_in_mega_bytes
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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

def status
  @status
end