LoadBalancerTlsCertificateSummary

public struct LoadBalancerTlsCertificateSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

    Declaration

    Swift

    public let isAttached: Bool?
  • The name of the SSL/TLS certificate.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(isAttached: Bool? = nil, name: String? = nil)