Struct aws_sdk_xray::output::CreateSamplingRuleOutput
source · #[non_exhaustive]pub struct CreateSamplingRuleOutput { /* private fields */ }
Implementations§
source§impl CreateSamplingRuleOutput
impl CreateSamplingRuleOutput
sourcepub fn sampling_rule_record(&self) -> Option<&SamplingRuleRecord>
pub fn sampling_rule_record(&self) -> Option<&SamplingRuleRecord>
The saved rule definition and metadata.
source§impl CreateSamplingRuleOutput
impl CreateSamplingRuleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSamplingRuleOutput
.
Trait Implementations§
source§impl Clone for CreateSamplingRuleOutput
impl Clone for CreateSamplingRuleOutput
source§fn clone(&self) -> CreateSamplingRuleOutput
fn clone(&self) -> CreateSamplingRuleOutput
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 CreateSamplingRuleOutput
impl Debug for CreateSamplingRuleOutput
source§impl PartialEq<CreateSamplingRuleOutput> for CreateSamplingRuleOutput
impl PartialEq<CreateSamplingRuleOutput> for CreateSamplingRuleOutput
source§fn eq(&self, other: &CreateSamplingRuleOutput) -> bool
fn eq(&self, other: &CreateSamplingRuleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.