Struct aws_sdk_rbin::output::CreateRuleOutput [−][src]
#[non_exhaustive]pub struct CreateRuleOutput {
pub identifier: Option<String>,
pub retention_period: Option<RetentionPeriod>,
pub description: Option<String>,
pub tags: Option<Vec<Tag>>,
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 identifier 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.
The tags assigned to the retention rule.
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 identifier of the retention rule.
Information about the retention period for which a retention rule is to retain resources.
The retention rule description.
The tags assigned to the retention rule.
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 CreateRuleOutput
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 CreateRuleOutput
impl Send for CreateRuleOutput
impl Sync for CreateRuleOutput
impl Unpin for CreateRuleOutput
impl UnwindSafe for CreateRuleOutput
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