GetLogRecordResponse

public struct GetLogRecordResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The requested log event, as a JSON string.

    Declaration

    Swift

    public let logRecord: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(logRecord: [String : String]? = nil)