Class: Aws::Types::QueryStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cumulative_bytes_metered::Integer

Returns the value of attribute cumulative_bytes_metered.

Returns:

  • (::Integer)


313
314
315
# File 'sig/types.rbs', line 313

def cumulative_bytes_metered
  @cumulative_bytes_metered
end

#cumulative_bytes_scanned::Integer

Returns the value of attribute cumulative_bytes_scanned.

Returns:

  • (::Integer)


312
313
314
# File 'sig/types.rbs', line 312

def cumulative_bytes_scanned
  @cumulative_bytes_scanned
end

#progress_percentage::Float

Returns the value of attribute progress_percentage.

Returns:

  • (::Float)


311
312
313
# File 'sig/types.rbs', line 311

def progress_percentage
  @progress_percentage
end