AWSEC2StartVpcEndpointServicePrivateDnsVerificationResult

Objective-C

@interface AWSEC2StartVpcEndpointServicePrivateDnsVerificationResult

Swift

class AWSEC2StartVpcEndpointServicePrivateDnsVerificationResult
  • Returns true if the request succeeds; otherwise, it returns an error.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable returnValue;

    Swift

    var returnValue: NSNumber? { get set }