ListArchiveRulesRequest
public struct ListArchiveRulesRequest : AWSShape
extension AccessAnalyzer.ListArchiveRulesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the analyzer to retrieve rules from.
Declaration
Swift
public let analyzerName: String
-
The maximum number of results to return in the request.
Declaration
Swift
public let maxResults: Int?
-
A token used for pagination of results returned.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(analyzerName: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> AccessAnalyzer.ListArchiveRulesRequest