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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

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

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)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'lib/aws-sdk-redshift/types.rb', line 2456

class DataTransferProgress < Struct.new(
  :status,
  :current_rate_in_mega_bytes_per_second,
  :total_data_in_mega_bytes,
  :data_transferred_in_mega_bytes,
  :estimated_time_to_completion_in_seconds,
  :elapsed_time_in_seconds)
  include Aws::Structure
end

#data_transferred_in_mega_bytesInteger

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

Returns:

  • (Integer)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'lib/aws-sdk-redshift/types.rb', line 2456

class DataTransferProgress < Struct.new(
  :status,
  :current_rate_in_mega_bytes_per_second,
  :total_data_in_mega_bytes,
  :data_transferred_in_mega_bytes,
  :estimated_time_to_completion_in_seconds,
  :elapsed_time_in_seconds)
  include Aws::Structure
end

#elapsed_time_in_secondsInteger

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

Returns:

  • (Integer)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'lib/aws-sdk-redshift/types.rb', line 2456

class DataTransferProgress < Struct.new(
  :status,
  :current_rate_in_mega_bytes_per_second,
  :total_data_in_mega_bytes,
  :data_transferred_in_mega_bytes,
  :estimated_time_to_completion_in_seconds,
  :elapsed_time_in_seconds)
  include Aws::Structure
end

#estimated_time_to_completion_in_secondsInteger

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

Returns:

  • (Integer)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'lib/aws-sdk-redshift/types.rb', line 2456

class DataTransferProgress < Struct.new(
  :status,
  :current_rate_in_mega_bytes_per_second,
  :total_data_in_mega_bytes,
  :data_transferred_in_mega_bytes,
  :estimated_time_to_completion_in_seconds,
  :elapsed_time_in_seconds)
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'lib/aws-sdk-redshift/types.rb', line 2456

class DataTransferProgress < Struct.new(
  :status,
  :current_rate_in_mega_bytes_per_second,
  :total_data_in_mega_bytes,
  :data_transferred_in_mega_bytes,
  :estimated_time_to_completion_in_seconds,
  :elapsed_time_in_seconds)
  include Aws::Structure
end

#total_data_in_mega_bytesInteger

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

Returns:

  • (Integer)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'lib/aws-sdk-redshift/types.rb', line 2456

class DataTransferProgress < Struct.new(
  :status,
  :current_rate_in_mega_bytes_per_second,
  :total_data_in_mega_bytes,
  :data_transferred_in_mega_bytes,
  :estimated_time_to_completion_in_seconds,
  :elapsed_time_in_seconds)
  include Aws::Structure
end