NetworkAclAssociation
public struct NetworkAclAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the association between a network ACL and a subnet.
Declaration
Swift
public let networkAclAssociationId: String?
-
The ID of the network ACL.
Declaration
Swift
public let networkAclId: String?
-
The ID of the subnet.
Declaration
Swift
public let subnetId: String?
-
Undocumented
Declaration
Swift
public init(networkAclAssociationId: String? = nil, networkAclId: String? = nil, subnetId: String? = nil)