Struct aws_sdk_securityhub::model::RuleGroupDetails [−][src]
#[non_exhaustive]pub struct RuleGroupDetails {
pub rule_variables: Option<RuleGroupVariables>,
pub rules_source: Option<RuleGroupSource>,
}
Expand description
Details about the rule group.
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.rule_variables: Option<RuleGroupVariables>
Additional settings to use in the specified rules.
rules_source: Option<RuleGroupSource>
The rules and actions for the rule group.
For stateful rule groups, can contain RulesString
, RulesSourceList
, or StatefulRules
.
For stateless rule groups, contains StatelessRulesAndCustomActions
.
Implementations
Additional settings to use in the specified rules.
The rules and actions for the rule group.
For stateful rule groups, can contain RulesString
, RulesSourceList
, or StatefulRules
.
For stateless rule groups, contains StatelessRulesAndCustomActions
.
Creates a new builder-style object to manufacture RuleGroupDetails
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 RuleGroupDetails
impl Send for RuleGroupDetails
impl Sync for RuleGroupDetails
impl Unpin for RuleGroupDetails
impl UnwindSafe for RuleGroupDetails
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