SslProperties

public struct SslProperties : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A Boolean option to control whether SSL should be disabled.

    Declaration

    Swift

    public let disableSsl: Bool?
  • Undocumented

    Declaration

    Swift

    public init(disableSsl: Bool? = nil)