AWSEC2DisassociateClientVpnTargetNetworkResult
Objective-C
@interface AWSEC2DisassociateClientVpnTargetNetworkResult
Swift
class AWSEC2DisassociateClientVpnTargetNetworkResult
-
The ID of the target network association.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associationId;Swift
var associationId: String? { get set } -
The current state of the target network association.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2AssociationStatus *_Nullable status;Swift
var status: AWSEC2AssociationStatus? { get set }
View on GitHub
Install in Dash
AWSEC2DisassociateClientVpnTargetNetworkResult Class Reference