populationSize property
The total number of requests from which GetSampledRequests
got
a sample of MaxItems
requests. If PopulationSize
is less than MaxItems
, the sample includes every request that
your AWS resource received during the specified time range.
Implementation
final int? populationSize;