Class: Aws::Types::QueryStatistics
- Inherits:
-
Object
- Object
- Aws::Types::QueryStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_scanned ⇒ ::Float
Returns the value of attribute bytes_scanned.
-
#estimated_bytes_skipped ⇒ ::Float
Returns the value of attribute estimated_bytes_skipped.
-
#estimated_records_skipped ⇒ ::Float
Returns the value of attribute estimated_records_skipped.
-
#log_groups_scanned ⇒ ::Float
Returns the value of attribute log_groups_scanned.
-
#records_matched ⇒ ::Float
Returns the value of attribute records_matched.
-
#records_scanned ⇒ ::Float
Returns the value of attribute records_scanned.
Instance Attribute Details
#bytes_scanned ⇒ ::Float
Returns the value of attribute bytes_scanned.
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.
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.
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.
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.
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.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def records_scanned @records_scanned end |