AWSLogsStartQueryResponse
Objective-C
@interface AWSLogsStartQueryResponse
Swift
class AWSLogsStartQueryResponse
-
The unique ID of the query.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queryId;
Swift
var queryId: String? { get set }