AWSEC2CreateNetworkAclResult
Objective-C
@interface AWSEC2CreateNetworkAclResult
Swift
class AWSEC2CreateNetworkAclResult
-
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientToken;
Swift
var clientToken: String? { get set }
-
Information about the network ACL.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2NetworkAcl *_Nullable networkAcl;
Swift
var networkAcl: AWSEC2NetworkAcl? { get set }