Logs

public struct Logs : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.

    Declaration

    Swift

    public let audit: Bool?
  • Enables general logging.

    Declaration

    Swift

    public let general: Bool?
  • Undocumented

    Declaration

    Swift

    public init(audit: Bool? = nil, general: Bool? = nil)