ListViolationEventsResponse

public struct ListViolationEventsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A token that can be used to retrieve the next set of results, or null if there are no additional results.

    Declaration

    Swift

    public let nextToken: String?
  • The security profile violation alerts issued for this account during the given time period, potentially filtered by security profile, behavior violated, or thing (device) violating.

    Declaration

    Swift

    public let violationEvents: [ViolationEvent]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, violationEvents: [ViolationEvent]? = nil)