ssm get_parameter to honot WithDecryption

This commit is contained in:
Ron Rothman 2017-09-23 01:41:10 -04:00
parent d692219927
commit e230407074

View File

@ -56,13 +56,8 @@ class SimpleSystemManagerResponse(BaseResponse):
return json.dumps(error), dict(status=400)
response = {
'Parameter': {
'Name': name,
'Type': result.type,
'Value': result.value
}
'Parameter': result.response_object(with_decryption)
}
return json.dumps(response)
def get_parameters(self):