Class: Aws::Types::QueryInsightsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#output_bytes::Integer

Returns the value of attribute output_bytes.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


271
272
273
# File 'sig/types.rbs', line 271

def output_rows
  @output_rows
end

#query_spatial_coverageTypes::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.

Returns:

  • (::Integer)


270
271
272
# File 'sig/types.rbs', line 270

def query_table_count
  @query_table_count
end

#query_temporal_rangeTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


274
275
276
# File 'sig/types.rbs', line 274

def unload_written_rows
  @unload_written_rows
end