ListSigningPlatformsResponse
public struct ListSigningPlatformsResponse : 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 all platforms that match the request parameters.
Declaration
Swift
public let platforms: [SigningPlatform]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, platforms: [SigningPlatform]? = nil)