class AWS::Core::Http::Request

def ssl_ca_path=(ca_path)

Parameters:
  • ca_path (String) -- Path to a bundle of CA certs in PEM
def ssl_ca_path=(ca_path)
  @ssl_ca_path = ca_path
end