2 Answers
- Newest
- Most votes
- Most comments
2
Hi. It's like this (for a component with config parameters foo and bar):
response = ipc_client.get_configuration()
foo = response.value['foo']
bar = response.value['bar']
Relevant content
- asked 10 months ago
- asked 8 months ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 3 years ago
