AWSEC2AssociatedTargetNetwork
Objective-C
@interface AWSEC2AssociatedTargetNetwork
Swift
class AWSEC2AssociatedTargetNetwork
Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.
-
The ID of the subnet.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkId;
Swift
var networkId: String? { get set }
-
The target network type.
Declaration
Objective-C
@property (nonatomic) AWSEC2AssociatedNetworkType networkType;
Swift
var networkType: AWSEC2AssociatedNetworkType { get set }