Class: Aws::Types::ScheduledQueryInsightsResponse

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)


399
400
401
# File 'sig/types.rbs', line 399

def output_bytes
  @output_bytes
end

#output_rows::Integer

Returns the value of attribute output_rows.

Returns:

  • (::Integer)


398
399
400
# File 'sig/types.rbs', line 398

def output_rows
  @output_rows
end

#query_spatial_coverageTypes::QuerySpatialCoverage

Returns the value of attribute query_spatial_coverage.



395
396
397
# File 'sig/types.rbs', line 395

def query_spatial_coverage
  @query_spatial_coverage
end

#query_table_count::Integer

Returns the value of attribute query_table_count.

Returns:

  • (::Integer)


397
398
399
# File 'sig/types.rbs', line 397

def query_table_count
  @query_table_count
end

#query_temporal_rangeTypes::QueryTemporalRange

Returns the value of attribute query_temporal_range.



396
397
398
# File 'sig/types.rbs', line 396

def query_temporal_range
  @query_temporal_range
end