AWSAutoScalingResources

Objective-C

@interface AWSAutoScalingResources : NSObject

+ (instancetype)sharedInstance;

- (NSDictionary *)JSONObject;

@end

Swift

class AWSAutoScalingResources : NSObject

Undocumented

  • Undocumented

    Declaration

    Objective-C

    + (instancetype)sharedInstance;

    Swift

    class func sharedInstance() -> Self!
  • Undocumented

    Declaration

    Objective-C

    - (NSDictionary *)JSONObject;

    Swift

    func jsonObject() -> [AnyHashable : Any]!