ResultField

public struct ResultField : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The log event field.

    Declaration

    Swift

    public let field: String?
  • The value of this field.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(field: String? = nil, value: String? = nil)