Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.aws.notify.AWSNotify Class Reference
Inheritance diagram for homeassistant.components.aws.notify.AWSNotify:
[legend]
Collaboration diagram for homeassistant.components.aws.notify.AWSNotify:
[legend]

Public Member Functions

def __init__ (self, session, aws_config)
 

Public Attributes

 aws_config
 
 session
 

Detailed Description

Implement the notification service for the AWS service.

Definition at line 125 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.aws.notify.AWSNotify.__init__ (   self,
  session,
  aws_config 
)
Initialize the service.

Definition at line 128 of file notify.py.

Member Data Documentation

◆ aws_config

homeassistant.components.aws.notify.AWSNotify.aws_config

Definition at line 131 of file notify.py.

◆ session

homeassistant.components.aws.notify.AWSNotify.session

Definition at line 130 of file notify.py.


The documentation for this class was generated from the following file: