AWSEC2DisableImageDeprecationResult

Objective-C

@interface AWSEC2DisableImageDeprecationResult

Swift

class AWSEC2DisableImageDeprecationResult
  • 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 }