Struct rusoto_ec2::NetworkAclAssociation [] [src]

pub struct NetworkAclAssociation {
    pub network_acl_association_id: Option<String>,
    pub network_acl_id: Option<String>,
    pub subnet_id: Option<String>,
}

Describes an association between a network ACL and a subnet.

Fields

The ID of the association between a network ACL and a subnet.

The ID of the network ACL.

The ID of the subnet.

Trait Implementations

impl Default for NetworkAclAssociation
[src]

[src]

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

impl Debug for NetworkAclAssociation
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetworkAclAssociation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more