def __init__()

in AWSIoTDeviceDefenderAgentSDK/agent.py [0:0]


    def __init__(self, endpoint, root_ca_path, certificate_path, private_key_path, client_id, signing_region, proxy_host, proxy_port, use_websocket):
        self.host = endpoint
        self.root_ca_path = root_ca_path
        self.certificate_path = certificate_path
        self.private_key_path = private_key_path
        self.client_id = client_id
        self.signing_region = signing_region
        self.proxy_host = proxy_host
        self.proxy_port = proxy_port
        self.use_websocket = use_websocket
        self.iot_client = None