LogGroupField
public struct LogGroupField : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of a log field.
Declaration
Swift
public let name: String? -
The percentage of log events queried that contained the field.
Declaration
Swift
public let percent: Int? -
Undocumented
Declaration
Swift
public init(name: String? = nil, percent: Int? = nil)
View on GitHub
LogGroupField Structure Reference