SigningCertificate

public struct SigningCertificate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The contents of the signing certificate.

    Declaration

    Swift

    public let certificateBody: String
  • The ID for the signing certificate.

    Declaration

    Swift

    public let certificateId: String
  • The status of the signing certificate. Active means that the key is valid for API calls, while Inactive means it is not.

    Declaration

    Swift

    public let status: StatusType
  • The date when the signing certificate was uploaded.

    Declaration

    Swift

    public let uploadDate: TimeStamp?
  • The name of the user the signing certificate is associated with.

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public init(certificateBody: String, certificateId: String, status: StatusType, uploadDate: TimeStamp? = nil, userName: String)