Struct aws_sdk_securityhub::model::AwsEc2NetworkAclDetails [−][src]
#[non_exhaustive]pub struct AwsEc2NetworkAclDetails {
pub is_default: bool,
pub network_acl_id: Option<String>,
pub owner_id: Option<String>,
pub vpc_id: Option<String>,
pub associations: Option<Vec<AwsEc2NetworkAclAssociation>>,
pub entries: Option<Vec<AwsEc2NetworkAclEntry>>,
}Expand description
Contains details about an EC2 network access control list (ACL).
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.is_default: boolWhether this is the default network ACL for the VPC.
network_acl_id: Option<String>The identifier of the network ACL.
owner_id: Option<String>The identifier of the Amazon Web Services account that owns the network ACL.
vpc_id: Option<String>The identifier of the VPC for the network ACL.
associations: Option<Vec<AwsEc2NetworkAclAssociation>>Associations between the network ACL and subnets.
entries: Option<Vec<AwsEc2NetworkAclEntry>>The set of rules in the network ACL.
Implementations
Whether this is the default network ACL for the VPC.
The identifier of the network ACL.
The identifier of the Amazon Web Services account that owns the network ACL.
Associations between the network ACL and subnets.
Creates a new builder-style object to manufacture AwsEc2NetworkAclDetails
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AwsEc2NetworkAclDetails
impl Send for AwsEc2NetworkAclDetails
impl Sync for AwsEc2NetworkAclDetails
impl Unpin for AwsEc2NetworkAclDetails
impl UnwindSafe for AwsEc2NetworkAclDetails
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
