AWSLogsStopQueryRequest
Objective-C
@interface AWSLogsStopQueryRequest
Swift
class AWSLogsStopQueryRequest
-
The ID number of the query to stop. To find this ID number, use
DescribeQueries.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queryId;Swift
var queryId: String? { get set }
View on GitHub
Install in Dash
AWSLogsStopQueryRequest Class Reference