Class: Aws::Types::ScheduledQueryInsightsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledQueryInsightsResponse
- 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.
Instance Attribute Details
#output_bytes ⇒ ::Integer
Returns the value of attribute output_bytes.
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.
398 399 400 |
# File 'sig/types.rbs', line 398 def output_rows @output_rows end |
#query_spatial_coverage ⇒ Types::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.
397 398 399 |
# File 'sig/types.rbs', line 397 def query_table_count @query_table_count end |
#query_temporal_range ⇒ Types::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 |