AWSEC2DisableVpcClassicLinkDnsSupportResult

Objective-C

@interface AWSEC2DisableVpcClassicLinkDnsSupportResult

Swift

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

    Declaration

    Objective-C

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

    Swift

    var returned: NSNumber? { get set }