/AWS1/CL_WA2GETSAMPLEDREQSRSP¶
GetSampledRequestsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_sampledrequests TYPE /AWS1/CL_WA2SAMPLEDHTTPREQUEST=>TT_SAMPLEDHTTPREQUESTS TT_SAMPLEDHTTPREQUESTS¶
A complex type that contains detailed information about each of the requests in the sample.
iv_populationsize TYPE /AWS1/WA2POPULATIONSIZE /AWS1/WA2POPULATIONSIZE¶
The total number of requests from which
GetSampledRequestsgot a sample ofMaxItemsrequests. IfPopulationSizeis less thanMaxItems, the sample includes every request that your Amazon Web Services resource received during the specified time range.
io_timewindow TYPE REF TO /AWS1/CL_WA2TIMEWINDOW /AWS1/CL_WA2TIMEWINDOW¶
Usually,
TimeWindowis the time range that you specified in theGetSampledRequestsrequest. However, if your Amazon Web Services resource received more than 5,000 requests during the time range that you specified in the request,GetSampledRequestsreturns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.
Queryable Attributes¶
SampledRequests¶
A complex type that contains detailed information about each of the requests in the sample.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMPLEDREQUESTS() |
Getter for SAMPLEDREQUESTS, with configurable default |
ASK_SAMPLEDREQUESTS() |
Getter for SAMPLEDREQUESTS w/ exceptions if field has no val |
HAS_SAMPLEDREQUESTS() |
Determine if SAMPLEDREQUESTS has a value |
PopulationSize¶
The total number of requests from which
GetSampledRequestsgot a sample ofMaxItemsrequests. IfPopulationSizeis less thanMaxItems, the sample includes every request that your Amazon Web Services resource received during the specified time range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POPULATIONSIZE() |
Getter for POPULATIONSIZE |
TimeWindow¶
Usually,
TimeWindowis the time range that you specified in theGetSampledRequestsrequest. However, if your Amazon Web Services resource received more than 5,000 requests during the time range that you specified in the request,GetSampledRequestsreturns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEWINDOW() |
Getter for TIMEWINDOW |