Class: Aws::Types::QueryStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_scanned::Float

Returns the value of attribute bytes_scanned.

Returns:

  • (::Float)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def bytes_scanned
  @bytes_scanned
end

#estimated_bytes_skipped::Float

Returns the value of attribute estimated_bytes_skipped.

Returns:

  • (::Float)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def estimated_bytes_skipped
  @estimated_bytes_skipped
end

#estimated_records_skipped::Float

Returns the value of attribute estimated_records_skipped.

Returns:

  • (::Float)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def estimated_records_skipped
  @estimated_records_skipped
end

#log_groups_scanned::Float

Returns the value of attribute log_groups_scanned.

Returns:

  • (::Float)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def log_groups_scanned
  @log_groups_scanned
end

#records_matched::Float

Returns the value of attribute records_matched.

Returns:

  • (::Float)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def records_matched
  @records_matched
end

#records_scanned::Float

Returns the value of attribute records_scanned.

Returns:

  • (::Float)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def records_scanned
  @records_scanned
end