Class: Aws::Types::DataTransferProgress

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_rate_in_mega_bytes_per_second::Float

Returns the value of attribute current_rate_in_mega_bytes_per_second.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


804
805
806
# File 'sig/types.rbs', line 804

def total_data_in_mega_bytes
  @total_data_in_mega_bytes
end