AWSEC2CreateNetworkInterfacePermissionResult
Objective-C
@interface AWSEC2CreateNetworkInterfacePermissionResult
Swift
class AWSEC2CreateNetworkInterfacePermissionResult
Contains the output of CreateNetworkInterfacePermission.
-
Information about the permission for the network interface.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2NetworkInterfacePermission *_Nullable interfacePermission;
Swift
var interfacePermission: AWSEC2NetworkInterfacePermission? { get set }