Struct aws_sdk_securityhub::model::aws_ec2_security_group_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEc2SecurityGroupDetails
Implementations
The name of the security group.
The name of the security group.
The ID of the security group.
The Amazon Web Services account ID of the owner of the security group.
The Amazon Web Services account ID of the owner of the security group.
[VPC only] The ID of the VPC for the security group.
[VPC only] The ID of the VPC for the security group.
Appends an item to ip_permissions
.
To override the contents of this collection use set_ip_permissions
.
The inbound rules associated with the security group.
The inbound rules associated with the security group.
Appends an item to ip_permissions_egress
.
To override the contents of this collection use set_ip_permissions_egress
.
[VPC only] The outbound rules associated with the security group.
pub fn set_ip_permissions_egress(
self,
input: Option<Vec<AwsEc2SecurityGroupIpPermission>>
) -> Self
pub fn set_ip_permissions_egress(
self,
input: Option<Vec<AwsEc2SecurityGroupIpPermission>>
) -> Self
[VPC only] The outbound rules associated with the security group.
Consumes the builder and constructs a AwsEc2SecurityGroupDetails
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