You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::NetworkAclAssociation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an association between a network ACL and a subnet.

Instance Attribute Summary collapse

Instance Attribute Details

#network_acl_association_idString

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

Returns:

  • (String)

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

#network_acl_idString

The ID of the network ACL.

Returns:

  • (String)

    The ID of the network ACL.

#subnet_idString

The ID of the subnet.

Returns:

  • (String)

    The ID of the subnet.