Class AWS::EC2::NetworkACL::Association
In: lib/aws/ec2/network_acl/association.rb
Parent: Object

Represents the association between a {NetworkACL} and a {Subnet}.

Methods

Attributes

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]

Public Class methods

Public Instance methods

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]

[Validate]