Class: Aws::Redshift::Types::DataTransferProgress
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::DataTransferProgress
 
 
- 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.
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.
      3361 3362 3363 3364 3365 3366 3367 3368 3369 3370  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3361 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.
      3361 3362 3363 3364 3365 3366 3367 3368 3369 3370  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3361 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.
      3361 3362 3363 3364 3365 3366 3367 3368 3369 3370  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3361 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.
      3361 3362 3363 3364 3365 3366 3367 3368 3369 3370  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3361 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`.
      3361 3362 3363 3364 3365 3366 3367 3368 3369 3370  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3361 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.
      3361 3362 3363 3364 3365 3366 3367 3368 3369 3370  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3361 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  |