RemoveListenerCertificatesInput

public struct RemoveListenerCertificatesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

    Declaration

    Swift

    public let certificates: [Certificate]
  • The Amazon Resource Name (ARN) of the listener.

    Declaration

    Swift

    public let listenerArn: String
  • Undocumented

    Declaration

    Swift

    public init(certificates: [Certificate], listenerArn: String)