AWSEC2AssociateClientVpnTargetNetworkResult

Objective-C

@interface AWSEC2AssociateClientVpnTargetNetworkResult

Swift

class AWSEC2AssociateClientVpnTargetNetworkResult
  • The unique 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 }