Struct aws_sdk_securityhub::model::aws_ec2_network_acl_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEc2NetworkAclDetails
Implementations
Whether this is the default network ACL for the VPC.
Whether this is the default network ACL for the VPC.
The identifier of the network ACL.
The identifier of the network ACL.
The identifier of the Amazon Web Services account that owns the network ACL.
The identifier of the Amazon Web Services account that owns the network ACL.
The identifier of the VPC for the network ACL.
The identifier of the VPC for the network ACL.
Appends an item to associations
.
To override the contents of this collection use set_associations
.
Associations between the network ACL and subnets.
Associations between the network ACL and subnets.
Appends an item to entries
.
To override the contents of this collection use set_entries
.
The set of rules in the network ACL.
The set of rules in the network ACL.
Consumes the builder and constructs a AwsEc2NetworkAclDetails
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