pub struct SamplingRuleRecord {
pub created_at: Option<Value<String>>,
pub modified_at: Option<Value<String>>,
pub sampling_rule: Option<Value<SamplingRule>>,
}Expand description
The AWS::XRay::SamplingRule.SamplingRuleRecord property type.
Fields§
§created_at: Option<Value<String>>Property CreatedAt.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
modified_at: Option<Value<String>>Property ModifiedAt.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
sampling_rule: Option<Value<SamplingRule>>Property SamplingRule.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for SamplingRuleRecord
impl Debug for SamplingRuleRecord
Source§impl Default for SamplingRuleRecord
impl Default for SamplingRuleRecord
Source§fn default() -> SamplingRuleRecord
fn default() -> SamplingRuleRecord
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SamplingRuleRecord
impl RefUnwindSafe for SamplingRuleRecord
impl Send for SamplingRuleRecord
impl Sync for SamplingRuleRecord
impl Unpin for SamplingRuleRecord
impl UnwindSafe for SamplingRuleRecord
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more