AWSLogsResultField

Objective-C

@interface AWSLogsResultField

Swift

class AWSLogsResultField

Contains one field from one log event returned by a CloudWatch Logs Insights query, along with the value of that field.

For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields.

  • The log event field.

    Declaration

    Objective-C

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

    Swift

    var field: String? { get set }
  • The value of this field.

    Declaration

    Objective-C

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

    Swift

    var value: String? { get set }