ListActiveViolationsRequest
public struct ListActiveViolationsRequest : AWSShape
extension IoT.ListActiveViolationsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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? -
The name of the Device Defender security profile for which violations are listed.
Declaration
Swift
public let securityProfileName: String? -
The name of the thing whose active violations are listed.
Declaration
Swift
public let thingName: String? -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, securityProfileName: String? = nil, thingName: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListActiveViolationsRequest
View on GitHub
ListActiveViolationsRequest Structure Reference