#[non_exhaustive]pub struct GetSampledRequestsOutput { /* private fields */ }Implementations§
source§impl GetSampledRequestsOutput
impl GetSampledRequestsOutput
sourcepub fn sampled_requests(&self) -> Option<&[SampledHttpRequest]>
pub fn sampled_requests(&self) -> Option<&[SampledHttpRequest]>
A complex type that contains detailed information about each of the requests in the sample.
sourcepub fn population_size(&self) -> i64
pub fn population_size(&self) -> 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 AWS resource received during the specified time range.
sourcepub fn time_window(&self) -> Option<&TimeWindow>
pub fn time_window(&self) -> Option<&TimeWindow>
Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS 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.
source§impl GetSampledRequestsOutput
impl GetSampledRequestsOutput
sourcepub fn builder() -> GetSampledRequestsOutputBuilder
pub fn builder() -> GetSampledRequestsOutputBuilder
Creates a new builder-style object to manufacture GetSampledRequestsOutput.
Trait Implementations§
source§impl Clone for GetSampledRequestsOutput
impl Clone for GetSampledRequestsOutput
source§fn clone(&self) -> GetSampledRequestsOutput
fn clone(&self) -> GetSampledRequestsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetSampledRequestsOutput
impl Debug for GetSampledRequestsOutput
source§impl PartialEq<GetSampledRequestsOutput> for GetSampledRequestsOutput
impl PartialEq<GetSampledRequestsOutput> for GetSampledRequestsOutput
source§fn eq(&self, other: &GetSampledRequestsOutput) -> bool
fn eq(&self, other: &GetSampledRequestsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSampledRequestsOutput
impl RequestId for GetSampledRequestsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.