ListSigningPlatformsRequest
public struct ListSigningPlatformsRequest : AWSShape
extension Signer.ListSigningPlatformsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The category type of a signing platform.
Declaration
Swift
public let category: String?
-
The maximum number of results to be returned by this operation.
Declaration
Swift
public let maxResults: Int?
-
Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.
Declaration
Swift
public let nextToken: String?
-
Any partner entities connected to a signing platform.
Declaration
Swift
public let partner: String?
-
The validation template that is used by the target signing platform.
Declaration
Swift
public let target: String?
-
Undocumented
Declaration
Swift
public init(category: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, partner: String? = nil, target: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Signer.ListSigningPlatformsRequest