ListAuthorizersResponse
public struct ListAuthorizersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The authorizers.
Declaration
Swift
public let authorizers: [AuthorizerSummary]? -
A marker used to get the next set of results.
Declaration
Swift
public let nextMarker: String? -
Undocumented
Declaration
Swift
public init(authorizers: [AuthorizerSummary]? = nil, nextMarker: String? = nil)
View on GitHub
ListAuthorizersResponse Structure Reference