Class: Aws::Types::Progress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_processed::Integer

Returns the value of attribute bytes_processed.

Returns:

  • (::Integer)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def bytes_processed
  @bytes_processed
end

#bytes_returned::Integer

Returns the value of attribute bytes_returned.

Returns:

  • (::Integer)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def bytes_returned
  @bytes_returned
end

#bytes_scanned::Integer

Returns the value of attribute bytes_scanned.

Returns:

  • (::Integer)


2191
2192
2193
# File 'sig/types.rbs', line 2191

def bytes_scanned
  @bytes_scanned
end