AWSLogsGetLogGroupFieldsResponse

Objective-C

@interface AWSLogsGetLogGroupFieldsResponse

Swift

class AWSLogsGetLogGroupFieldsResponse
  • The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLogsLogGroupField *> *_Nullable logGroupFields;

    Swift

    var logGroupFields: [AWSLogsLogGroupField]? { get set }