Struct aws_sdk_xray::output::GetSamplingTargetsOutput
source · #[non_exhaustive]pub struct GetSamplingTargetsOutput { /* private fields */ }
Implementations§
source§impl GetSamplingTargetsOutput
impl GetSamplingTargetsOutput
sourcepub fn sampling_target_documents(&self) -> Option<&[SamplingTargetDocument]>
pub fn sampling_target_documents(&self) -> Option<&[SamplingTargetDocument]>
Updated rules that the service should use to sample requests.
sourcepub fn last_rule_modification(&self) -> Option<&DateTime>
pub fn last_rule_modification(&self) -> Option<&DateTime>
The last time a user changed the sampling rule configuration. If the sampling rule configuration changed since the service last retrieved it, the service should call GetSamplingRules to get the latest version.
sourcepub fn unprocessed_statistics(&self) -> Option<&[UnprocessedStatistics]>
pub fn unprocessed_statistics(&self) -> Option<&[UnprocessedStatistics]>
Information about SamplingStatisticsDocument that X-Ray could not process.
source§impl GetSamplingTargetsOutput
impl GetSamplingTargetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSamplingTargetsOutput
.
Trait Implementations§
source§impl Clone for GetSamplingTargetsOutput
impl Clone for GetSamplingTargetsOutput
source§fn clone(&self) -> GetSamplingTargetsOutput
fn clone(&self) -> GetSamplingTargetsOutput
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 GetSamplingTargetsOutput
impl Debug for GetSamplingTargetsOutput
source§impl PartialEq<GetSamplingTargetsOutput> for GetSamplingTargetsOutput
impl PartialEq<GetSamplingTargetsOutput> for GetSamplingTargetsOutput
source§fn eq(&self, other: &GetSamplingTargetsOutput) -> bool
fn eq(&self, other: &GetSamplingTargetsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.