AWSLogsStopQueryResponse

Objective-C

@interface AWSLogsStopQueryResponse

Swift

class AWSLogsStopQueryResponse
  • This is true if the query was stopped by the StopQuery operation.

    Declaration

    Objective-C

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

    Swift

    var success: NSNumber? { get set }