Class: Aws::Types::AwsRedshiftClusterRestoreStatus

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)


3871
3872
3873
# File 'sig/types.rbs', line 3871

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)


3872
3873
3874
# File 'sig/types.rbs', line 3872

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)


3873
3874
3875
# File 'sig/types.rbs', line 3873

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)


3874
3875
3876
# File 'sig/types.rbs', line 3874

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)


3875
3876
3877
# File 'sig/types.rbs', line 3875

def snapshot_size_in_mega_bytes
  @snapshot_size_in_mega_bytes
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3876
3877
3878
# File 'sig/types.rbs', line 3876

def status
  @status
end