AWSEC2ExportClientVpnClientConfigurationResult

Objective-C

@interface AWSEC2ExportClientVpnClientConfigurationResult

Swift

class AWSEC2ExportClientVpnClientConfigurationResult
  • The contents of the Client VPN endpoint configuration file.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientConfiguration;

    Swift

    var clientConfiguration: String? { get set }