Struct aws_sdk_rbin::model::RuleSummary [−][src]
#[non_exhaustive]pub struct RuleSummary {
pub identifier: Option<String>,
pub description: Option<String>,
pub retention_period: Option<RetentionPeriod>,
}
Expand description
Information about a Recycle Bin retention rule.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.identifier: Option<String>
The unique ID of the retention rule.
description: Option<String>
The description for the retention rule.
retention_period: Option<RetentionPeriod>
Information about the retention period for which the retention rule retains resources
Implementations
The unique ID of the retention rule.
The description for the retention rule.
Information about the retention period for which the retention rule retains resources
Creates a new builder-style object to manufacture RuleSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RuleSummary
impl Send for RuleSummary
impl Sync for RuleSummary
impl Unpin for RuleSummary
impl UnwindSafe for RuleSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more