ScheduledQueryLastRunSummaryQueryInsightsResponseQueryTemporalRangeMaxis constructor
const
ScheduledQueryLastRunSummaryQueryInsightsResponseQueryTemporalRangeMaxis({})
Creates a new ScheduledQueryLastRunSummaryQueryInsightsResponseQueryTemporalRangeMaxis.
tableArn ARN of the table which is queried with the largest time range.
value Maximum duration in nanoseconds between the start and end of the query.
Implementation
const ScheduledQueryLastRunSummaryQueryInsightsResponseQueryTemporalRangeMaxis({
this.tableArn,
this.value,
});