ListAnalyzersRequest
public struct ListAnalyzersRequest : AWSShape
extension AccessAnalyzer.ListAnalyzersRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return in the response.
Declaration
Swift
public let maxResults: Int?
-
A token used for pagination of results returned.
Declaration
Swift
public let nextToken: String?
-
The type of analyzer.
Declaration
Swift
public let type: Type?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, type: Type? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> AccessAnalyzer.ListAnalyzersRequest