Ir para o conteúdo

working examples for python GreengrassCoreIPCClientV2().get_configuration()

0

Google gives me nothing, when I try to look for working python examples of GreengrassCoreIPCClientV2() followed by get_configuration()

I cant follow the API reference well enough to figure out what to do with Return type: GetConfigurationResponse

??

feita há 3 anos408 visualizações
2 Respostas
2
Resposta aceita

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']
AWS
ESPECIALISTA
respondido há 3 anos
1

Thanks! Much appreciated.

respondido há 3 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.