ListSigningProfilesRequest
public struct ListSigningProfilesRequest : AWSShape
extension Signer.ListSigningProfilesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Designates whether to include profiles with the status of CANCELED.
Declaration
Swift
public let includeCanceled: Bool? -
The maximum number of profiles to be returned.
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? -
Undocumented
Declaration
Swift
public init(includeCanceled: Bool? = nil, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Signer.ListSigningProfilesRequest
View on GitHub
ListSigningProfilesRequest Structure Reference