You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsRedshiftClusterRestoreStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRedshiftClusterRestoreStatus as input to an Aws::Client method, you can use a vanilla Hash:

{
  current_restore_rate_in_mega_bytes_per_second: 1.0,
  elapsed_time_in_seconds: 1,
  estimated_time_to_completion_in_seconds: 1,
  progress_in_mega_bytes: 1,
  snapshot_size_in_mega_bytes: 1,
  status: "NonEmptyString",
}

Information about the status of a cluster restore action. It only applies if the cluster was created by restoring a snapshot.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#current_restore_rate_in_mega_bytes_per_secondFloat

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

This field is only updated when you restore to DC2 and DS2 node types.

Returns:

  • (Float)

    The number of megabytes per second being transferred from the backup storage.

#elapsed_time_in_secondsInteger

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

This field is only updated when you restore to DC2 and DS2 node types.

Returns:

  • (Integer)

    The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

#estimated_time_to_completion_in_secondsInteger

The estimate of the time remaining before the restore is complete. Returns 0 for a completed restore.

This field is only updated when you restore to DC2 and DS2 node types.

Returns:

  • (Integer)

    The estimate of the time remaining before the restore is complete.

#progress_in_mega_bytesInteger

The number of megabytes that were transferred from snapshot storage.

This field is only updated when you restore to DC2 and DS2 node types.

Returns:

  • (Integer)

    The number of megabytes that were transferred from snapshot storage.

#snapshot_size_in_mega_bytesInteger

The size of the set of snapshot data that was used to restore the cluster.

This field is only updated when you restore to DC2 and DS2 node types.

Returns:

  • (Integer)

    The size of the set of snapshot data that was used to restore the cluster.

#statusString

The status of the restore action.

Valid values: starting | restoring | completed | failed

Returns:

  • (String)

    The status of the restore action.