Retrieve the binding value, as type Service
(self)
| 1029 | return Secret(_ctx) |
| 1030 | |
| 1031 | def as_service(self) -> "Service": |
| 1032 | """Retrieve the binding value, as type Service""" |
| 1033 | _args: list[Arg] = [] |
| 1034 | _ctx = self._select("asService", _args) |
| 1035 | return Service(_ctx) |
| 1036 | |
| 1037 | def as_socket(self) -> "Socket": |
| 1038 | """Retrieve the binding value, as type Socket""" |