AWSLogsDescribeQueryDefinitionsResponse

Objective-C

@interface AWSLogsDescribeQueryDefinitionsResponse

Swift

class AWSLogsDescribeQueryDefinitionsResponse
  • The token for the next set of items to return. The token expires after 24 hours.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • The list of query definitions that match your request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLogsQueryDefinition *> *_Nullable queryDefinitions;

    Swift

    var queryDefinitions: [AWSLogsQueryDefinition]? { get set }