Class: Aws::Redshift::Types::DataTransferProgress
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DataTransferProgress
- 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
-
#current_rate_in_mega_bytes_per_second ⇒ Float
Describes the data transfer rate in MB's per second.
-
#data_transferred_in_mega_bytes ⇒ Integer
Describes the total amount of data that has been transfered in MB's.
-
#elapsed_time_in_seconds ⇒ Integer
Describes the number of seconds that have elapsed during the data transfer.
-
#estimated_time_to_completion_in_seconds ⇒ Integer
Describes the estimated number of seconds remaining to complete the transfer.
-
#status ⇒ String
Describes the status of the cluster.
-
#total_data_in_mega_bytes ⇒ Integer
Describes the total amount of data to be transfered in megabytes.
Instance Attribute Details
#current_rate_in_mega_bytes_per_second ⇒ Float
Describes the data transfer rate in MB's per second.
3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3417 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_bytes ⇒ Integer
Describes the total amount of data that has been transfered in MB's.
3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3417 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_seconds ⇒ Integer
Describes the number of seconds that have elapsed during the data transfer.
3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3417 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_seconds ⇒ Integer
Describes the estimated number of seconds remaining to complete the transfer.
3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3417 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 |
#status ⇒ String
Describes the status of the cluster. While the transfer is in
progress the status is transferringdata
.
3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3417 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_bytes ⇒ Integer
Describes the total amount of data to be transfered in megabytes.
3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3417 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 |