GetSigningProfileResponse

public struct GetSigningProfileResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) for the signing profile.

    Declaration

    Swift

    public let arn: String?
  • A list of overrides applied by the target signing profile for signing operations.

    Declaration

    Swift

    public let overrides: SigningPlatformOverrides?
  • The ID of the platform that is used by the target signing profile.

    Declaration

    Swift

    public let platformId: String?
  • The name of the target signing profile.

    Declaration

    Swift

    public let profileName: String?
  • The ARN of the certificate that the target profile uses for signing operations.

    Declaration

    Swift

    public let signingMaterial: SigningMaterial?
  • A map of key-value pairs for signing operations that is attached to the target signing profile.

    Declaration

    Swift

    public let signingParameters: [String : String]?
  • The status of the target signing profile.

    Declaration

    Swift

    public let status: SigningProfileStatus?
  • A list of tags associated with the signing profile.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, overrides: SigningPlatformOverrides? = nil, platformId: String? = nil, profileName: String? = nil, signingMaterial: SigningMaterial? = nil, signingParameters: [String : String]? = nil, status: SigningProfileStatus? = nil, tags: [String : String]? = nil)