Class: Aws::Types::QueryStatisticsForDescribeQuery
- Inherits:
-
Object
- Object
- Aws::Types::QueryStatisticsForDescribeQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_scanned ⇒ ::Integer
Returns the value of attribute bytes_scanned.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#events_matched ⇒ ::Integer
Returns the value of attribute events_matched.
-
#events_scanned ⇒ ::Integer
Returns the value of attribute events_scanned.
-
#execution_time_in_millis ⇒ ::Integer
Returns the value of attribute execution_time_in_millis.
Instance Attribute Details
#bytes_scanned ⇒ ::Integer
Returns the value of attribute bytes_scanned.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def bytes_scanned @bytes_scanned end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def creation_time @creation_time end |
#events_matched ⇒ ::Integer
Returns the value of attribute events_matched.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def events_matched @events_matched end |
#events_scanned ⇒ ::Integer
Returns the value of attribute events_scanned.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def events_scanned @events_scanned end |
#execution_time_in_millis ⇒ ::Integer
Returns the value of attribute execution_time_in_millis.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def execution_time_in_millis @execution_time_in_millis end |