ListSigningProfilesResponse
public struct ListSigningProfilesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Value for specifying the next set of paginated results to return.
Declaration
Swift
public let nextToken: String?
-
A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.
Declaration
Swift
public let profiles: [SigningProfile]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, profiles: [SigningProfile]? = nil)