aws_emr_launch/constructs/step_functions/emr_chains.py [35:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                result_path=result_path,
                topic=topic,
                message=message,
                subject=subject,
            )
            self._start.next(self._end)
        else:
            self._start = self._end

    @property
    def start_state(self) -> sfn.State:
        return self._start

    @property
    def end_states(self) -> List[sfn.INextable]:
        return self._end.end_states
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws_emr_launch/constructs/step_functions/emr_chains.py [78:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                result_path=result_path,
                topic=topic,
                message=message,
                subject=subject,
            )
            self._start.next(self._end)
        else:
            self._start = self._end

    @property
    def start_state(self) -> sfn.State:
        return self._start

    @property
    def end_states(self) -> List[sfn.INextable]:
        return self._end.end_states
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



