Struct aws_sdk_rbin::output::UpdateRuleOutput
source ·
[−]#[non_exhaustive]pub struct UpdateRuleOutput {
pub identifier: Option<String>,
pub retention_period: Option<RetentionPeriod>,
pub description: Option<String>,
pub resource_type: Option<ResourceType>,
pub resource_tags: Option<Vec<ResourceTag>>,
pub status: Option<RuleStatus>,
}
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.
retention_period: Option<RetentionPeriod>
Information about the retention period for which a retention rule is to retain resources.
description: Option<String>
The retention rule description.
resource_type: Option<ResourceType>
The resource type retained by the retention rule.
Information about the resource tags used to identify resources that are retained by the retention rule.
status: Option<RuleStatus>
The state of the retention rule. Only retention rules that are in the available
state retain snapshots.
Implementations
The unique ID of the retention rule.
Information about the retention period for which a retention rule is to retain resources.
The retention rule description.
The resource type retained by the retention rule.
Information about the resource tags used to identify resources that are retained by the retention rule.
The state of the retention rule. Only retention rules that are in the available
state retain snapshots.
Creates a new builder-style object to manufacture UpdateRuleOutput
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 UpdateRuleOutput
impl Send for UpdateRuleOutput
impl Sync for UpdateRuleOutput
impl Unpin for UpdateRuleOutput
impl UnwindSafe for UpdateRuleOutput
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