GetSigningPlatformResponse
public struct GetSigningPlatformResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The category type of the target signing platform.
Declaration
Swift
public let category: Category?
-
The display name of the target signing platform.
Declaration
Swift
public let displayName: String?
-
The maximum size (in MB) of the payload that can be signed by the target platform.
Declaration
Swift
public let maxSizeInMB: Int?
-
A list of partner entities that use the target signing platform.
Declaration
Swift
public let partner: String?
-
The ID of the target signing platform.
Declaration
Swift
public let platformId: String?
-
A list of configurations applied to the target platform at signing.
Declaration
Swift
public let signingConfiguration: SigningConfiguration?
-
The format of the target platform’s signing image.
Declaration
Swift
public let signingImageFormat: SigningImageFormat?
-
The validation template that is used by the target signing platform.
Declaration
Swift
public let target: String?
-
init(category:displayName:maxSizeInMB:partner:platformId:signingConfiguration:signingImageFormat:target:)
Undocumented
Declaration
Swift
public init(category: Category? = nil, displayName: String? = nil, maxSizeInMB: Int? = nil, partner: String? = nil, platformId: String? = nil, signingConfiguration: SigningConfiguration? = nil, signingImageFormat: SigningImageFormat? = nil, target: String? = nil)