ListViolationEventsRequest
public struct ListViolationEventsRequest : AWSShape
extension IoT.ListViolationEventsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The end time for the alerts to be listed.
Declaration
Swift
public let endTime: TimeStamp -
The maximum number of results to return at one time.
Declaration
Swift
public let maxResults: Int? -
The token for the next set of results.
Declaration
Swift
public let nextToken: String? -
A filter to limit results to those alerts generated by the specified security profile.
Declaration
Swift
public let securityProfileName: String? -
The start time for the alerts to be listed.
Declaration
Swift
public let startTime: TimeStamp -
A filter to limit results to those alerts caused by the specified thing.
Declaration
Swift
public let thingName: String? -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListViolationEventsRequest
View on GitHub
ListViolationEventsRequest Structure Reference