Class: Aws::Types::QueryStatus
- Inherits:
-
Object
- Object
- Aws::Types::QueryStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cumulative_bytes_metered ⇒ ::Integer
Returns the value of attribute cumulative_bytes_metered.
-
#cumulative_bytes_scanned ⇒ ::Integer
Returns the value of attribute cumulative_bytes_scanned.
-
#progress_percentage ⇒ ::Float
Returns the value of attribute progress_percentage.
Instance Attribute Details
#cumulative_bytes_metered ⇒ ::Integer
Returns the value of attribute cumulative_bytes_metered.
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.
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.
311 312 313 |
# File 'sig/types.rbs', line 311 def progress_percentage @progress_percentage end |