AWSLogsLogGroupField

Objective-C

@interface AWSLogsLogGroupField

Swift

class AWSLogsLogGroupField

The fields contained in log events found by a GetLogGroupFields operation, along with the percentage of queried log events in which each field appears.

  • The name of a log field.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The percentage of log events queried that contained the field.

    Declaration

    Objective-C

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

    Swift

    var percent: NSNumber? { get set }