Struct aws_sdk_xray::output::GetSamplingTargetsOutput
source · [−]#[non_exhaustive]pub struct GetSamplingTargetsOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl GetSamplingTargetsOutput
impl GetSamplingTargetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSamplingTargetsOutput
.
Trait Implementations
sourceimpl Clone for GetSamplingTargetsOutput
impl Clone for GetSamplingTargetsOutput
sourcefn clone(&self) -> GetSamplingTargetsOutput
fn clone(&self) -> GetSamplingTargetsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetSamplingTargetsOutput
impl Debug for GetSamplingTargetsOutput
sourceimpl PartialEq<GetSamplingTargetsOutput> for GetSamplingTargetsOutput
impl PartialEq<GetSamplingTargetsOutput> for GetSamplingTargetsOutput
sourcefn eq(&self, other: &GetSamplingTargetsOutput) -> bool
fn eq(&self, other: &GetSamplingTargetsOutput) -> bool
impl StructuralPartialEq for GetSamplingTargetsOutput
Auto Trait Implementations
impl RefUnwindSafe for GetSamplingTargetsOutput
impl Send for GetSamplingTargetsOutput
impl Sync for GetSamplingTargetsOutput
impl Unpin for GetSamplingTargetsOutput
impl UnwindSafe for GetSamplingTargetsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more