Class: Aws::Types::QueryInsightsResponse
- Inherits:
-
Object
- Object
- Aws::Types::QueryInsightsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_bytes ⇒ ::Integer
Returns the value of attribute output_bytes.
-
#output_rows ⇒ ::Integer
Returns the value of attribute output_rows.
-
#query_spatial_coverage ⇒ Types::QuerySpatialCoverage
Returns the value of attribute query_spatial_coverage.
-
#query_table_count ⇒ ::Integer
Returns the value of attribute query_table_count.
-
#query_temporal_range ⇒ Types::QueryTemporalRange
Returns the value of attribute query_temporal_range.
-
#unload_partition_count ⇒ ::Integer
Returns the value of attribute unload_partition_count.
-
#unload_written_bytes ⇒ ::Integer
Returns the value of attribute unload_written_bytes.
-
#unload_written_rows ⇒ ::Integer
Returns the value of attribute unload_written_rows.
Instance Attribute Details
#output_bytes ⇒ ::Integer
Returns the value of attribute output_bytes.
272 273 274 |
# File 'sig/types.rbs', line 272 def output_bytes @output_bytes end |
#output_rows ⇒ ::Integer
Returns the value of attribute output_rows.
271 272 273 |
# File 'sig/types.rbs', line 271 def output_rows @output_rows end |
#query_spatial_coverage ⇒ Types::QuerySpatialCoverage
Returns the value of attribute query_spatial_coverage.
268 269 270 |
# File 'sig/types.rbs', line 268 def query_spatial_coverage @query_spatial_coverage end |
#query_table_count ⇒ ::Integer
Returns the value of attribute query_table_count.
270 271 272 |
# File 'sig/types.rbs', line 270 def query_table_count @query_table_count end |
#query_temporal_range ⇒ Types::QueryTemporalRange
Returns the value of attribute query_temporal_range.
269 270 271 |
# File 'sig/types.rbs', line 269 def query_temporal_range @query_temporal_range end |
#unload_partition_count ⇒ ::Integer
Returns the value of attribute unload_partition_count.
273 274 275 |
# File 'sig/types.rbs', line 273 def unload_partition_count @unload_partition_count end |
#unload_written_bytes ⇒ ::Integer
Returns the value of attribute unload_written_bytes.
275 276 277 |
# File 'sig/types.rbs', line 275 def unload_written_bytes @unload_written_bytes end |
#unload_written_rows ⇒ ::Integer
Returns the value of attribute unload_written_rows.
274 275 276 |
# File 'sig/types.rbs', line 274 def unload_written_rows @unload_written_rows end |