Struct aws_sdk_ec2::model::analysis_security_group_rule::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for AnalysisSecurityGroupRule
Implementations
The direction. The following are possible values:
-
egress
-
ingress
The direction. The following are possible values:
-
egress
-
ingress
The security group ID.
The security group ID.
The port range.
The port range.
The prefix list ID.
The prefix list ID.
The protocol name.
Consumes the builder and constructs a AnalysisSecurityGroupRule
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