Struct aws_sdk_wafv2::output::GetSampledRequestsOutput
source · [−]#[non_exhaustive]pub struct GetSampledRequestsOutput {
pub sampled_requests: Option<Vec<SampledHttpRequest>>,
pub population_size: i64,
pub time_window: Option<TimeWindow>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.sampled_requests: Option<Vec<SampledHttpRequest>>
A complex type that contains detailed information about each of the requests in the sample.
population_size: i64
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 Amazon Web Services resource received during the specified time range.
time_window: Option<TimeWindow>
Usually, TimeWindow
is the time range that you specified in the GetSampledRequests
request. However, if your Amazon Web Services resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests
returns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.
Implementations
A complex type that contains detailed information about each of the requests in the sample.
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 Amazon Web Services resource received during the specified time range.
Usually, TimeWindow
is the time range that you specified in the GetSampledRequests
request. However, if your Amazon Web Services resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests
returns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.
Creates a new builder-style object to manufacture GetSampledRequestsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetSampledRequestsOutput
impl Send for GetSampledRequestsOutput
impl Sync for GetSampledRequestsOutput
impl Unpin for GetSampledRequestsOutput
impl UnwindSafe for GetSampledRequestsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more