AWSEC2NetworkAclAssociation
Objective-C
@interface AWSEC2NetworkAclAssociationSwift
class AWSEC2NetworkAclAssociationDescribes an association between a network ACL and a subnet.
- 
                  
                  The ID of the association between a network ACL and a subnet. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable networkAclAssociationId;Swift var networkAclAssociationId: String? { get set }
- 
                  
                  The ID of the network ACL. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable networkAclId;Swift var networkAclId: String? { get set }
- 
                  
                  The ID of the subnet. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable subnetId;Swift var subnetId: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2NetworkAclAssociation Class Reference
        AWSEC2NetworkAclAssociation Class Reference