GetLogGroupFieldsResponse
public struct GetLogGroupFieldsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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
Swift
public let logGroupFields: [LogGroupField]?
-
Undocumented
Declaration
Swift
public init(logGroupFields: [LogGroupField]? = nil)