Struct rusoto_ec2::NetworkAcl [] [src]

pub struct NetworkAcl {
    pub associations: Option<Vec<NetworkAclAssociation>>,
    pub entries: Option<Vec<NetworkAclEntry>>,
    pub is_default: Option<bool>,
    pub network_acl_id: Option<String>,
    pub tags: Option<Vec<Tag>>,
    pub vpc_id: Option<String>,
}

Describes a network ACL.

Fields

Any associations between the network ACL and one or more subnets

One or more entries (rules) in the network ACL.

Indicates whether this is the default network ACL for the VPC.

The ID of the network ACL.

Any tags assigned to the network ACL.

The ID of the VPC for the network ACL.

Trait Implementations

impl Default for NetworkAcl
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for NetworkAcl
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetworkAcl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more