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