Struct aws_sdk_ec2::model::analysis_acl_rule::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AnalysisAclRule
Implementations
Indicates whether the rule is an outbound rule.
The range of ports.
The range of ports.
The protocol.
Indicates whether to allow or deny traffic that matches the rule.
Indicates whether to allow or deny traffic that matches the rule.
The rule number.
The rule number.
Consumes the builder and constructs a AnalysisAclRule
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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