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

Class: Aws::Redshift::Types::DataTransferProgress

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

Overview

Describes the status of a cluster while it is in the process of resizing with an incremental resize.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#current_rate_in_mega_bytes_per_secondFloat

Describes the data transfer rate in MB\'s per second.

Returns:

  • (Float)

    Describes the data transfer rate in MB\'s per second.

#data_transferred_in_mega_bytesInteger

Describes the total amount of data that has been transfered in MB\'s.

Returns:

  • (Integer)

    Describes the total amount of data that has been transfered in MB\'s.

#elapsed_time_in_secondsInteger

Describes the number of seconds that have elapsed during the data transfer.

Returns:

  • (Integer)

    Describes the number of seconds that have elapsed during the data transfer.

#estimated_time_to_completion_in_secondsInteger

Describes the estimated number of seconds remaining to complete the transfer.

Returns:

  • (Integer)

    Describes the estimated number of seconds remaining to complete the transfer.

#statusString

Describes the status of the cluster. While the transfer is in progress the status is transferringdata.

Returns:

  • (String)

    Describes the status of the cluster.

#total_data_in_mega_bytesInteger

Describes the total amount of data to be transfered in megabytes.

Returns:

  • (Integer)

    Describes the total amount of data to be transfered in megabytes.