Class | AWS::EC2::NetworkACL::Association |
In: |
lib/aws/ec2/network_acl/association.rb
|
Parent: | Object |
Represents the association between a {NetworkACL} and a {Subnet}.
association_id | [R] |
@return [String] An identifier representing the association
between the network ACL and subnet. |
network_acl | [R] | @return [NetworkACL] |
subnet | [R] | @return [Subnet] |
Replaces the network acl in the current association with a different one (a new network acl is assigned to the subnet).
@param [NetworkACL,String] network_acl A {NetworkACL} object or
a network acl id (string).
@return [nil]