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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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.

Constant Summary collapse

SENSITIVE =
[]

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)


3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3362

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)
  SENSITIVE = []
  include Aws::Structure
end

#data_transferred_in_mega_bytesInteger

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

Returns:

  • (Integer)


3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3362

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)
  SENSITIVE = []
  include Aws::Structure
end

#elapsed_time_in_secondsInteger

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

Returns:

  • (Integer)


3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3362

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)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_time_to_completion_in_secondsInteger

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

Returns:

  • (Integer)


3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3362

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)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3362

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)
  SENSITIVE = []
  include Aws::Structure
end

#total_data_in_mega_bytesInteger

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

Returns:

  • (Integer)


3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3362

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)
  SENSITIVE = []
  include Aws::Structure
end