AWSEC2TerminateConnectionStatus
Objective-C
@interface AWSEC2TerminateConnectionStatus
Swift
class AWSEC2TerminateConnectionStatus
Information about a terminated Client VPN endpoint client connection.
-
The ID of the client connection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable connectionId;
Swift
var connectionId: String? { get set }
-
A message about the status of the client connection, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ClientVpnConnectionStatus *_Nullable currentStatus;
Swift
var currentStatus: AWSEC2ClientVpnConnectionStatus? { get set }
-
The state of the client connection.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ClientVpnConnectionStatus *_Nullable previousStatus;
Swift
var previousStatus: AWSEC2ClientVpnConnectionStatus? { get set }