Struct aws_sdk_ec2::model::stale_security_group::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for StaleSecurityGroup
Implementations
The description of the security group.
The description of the security group.
The ID of the security group.
The name of the security group.
The name of the security group.
Appends an item to stale_ip_permissions.
To override the contents of this collection use set_stale_ip_permissions.
Information about the stale inbound rules in the security group.
Information about the stale inbound rules in the security group.
Appends an item to stale_ip_permissions_egress.
To override the contents of this collection use set_stale_ip_permissions_egress.
Information about the stale outbound rules in the security group.
Information about the stale outbound rules in the security group.
The ID of the VPC for the security group.
The ID of the VPC for the security group.
Consumes the builder and constructs a StaleSecurityGroup
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