Class: Aws::Types::DataTransferProgress
- Inherits:
-
Object
- Object
- Aws::Types::DataTransferProgress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_rate_in_mega_bytes_per_second ⇒ ::Float
Returns the value of attribute current_rate_in_mega_bytes_per_second.
-
#data_transferred_in_mega_bytes ⇒ ::Integer
Returns the value of attribute data_transferred_in_mega_bytes.
-
#elapsed_time_in_seconds ⇒ ::Integer
Returns the value of attribute elapsed_time_in_seconds.
-
#estimated_time_to_completion_in_seconds ⇒ ::Integer
Returns the value of attribute estimated_time_to_completion_in_seconds.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#total_data_in_mega_bytes ⇒ ::Integer
Returns the value of attribute total_data_in_mega_bytes.
Instance Attribute Details
#current_rate_in_mega_bytes_per_second ⇒ ::Float
Returns the value of attribute current_rate_in_mega_bytes_per_second.
803 804 805 |
# File 'sig/types.rbs', line 803 def current_rate_in_mega_bytes_per_second @current_rate_in_mega_bytes_per_second end |
#data_transferred_in_mega_bytes ⇒ ::Integer
Returns the value of attribute data_transferred_in_mega_bytes.
805 806 807 |
# File 'sig/types.rbs', line 805 def data_transferred_in_mega_bytes @data_transferred_in_mega_bytes end |
#elapsed_time_in_seconds ⇒ ::Integer
Returns the value of attribute elapsed_time_in_seconds.
807 808 809 |
# File 'sig/types.rbs', line 807 def elapsed_time_in_seconds @elapsed_time_in_seconds end |
#estimated_time_to_completion_in_seconds ⇒ ::Integer
Returns the value of attribute estimated_time_to_completion_in_seconds.
806 807 808 |
# File 'sig/types.rbs', line 806 def estimated_time_to_completion_in_seconds @estimated_time_to_completion_in_seconds end |
#status ⇒ ::String
Returns the value of attribute status.
802 803 804 |
# File 'sig/types.rbs', line 802 def status @status end |
#total_data_in_mega_bytes ⇒ ::Integer
Returns the value of attribute total_data_in_mega_bytes.
804 805 806 |
# File 'sig/types.rbs', line 804 def total_data_in_mega_bytes @total_data_in_mega_bytes end |