This is the Python equivalent to the StackReference.GetOutputDetails
method and accompanying type added to the Go SDK in #12034.
This will allow users of the Python SDK to fetch outputs from stack
references directly--without going through an Output type.
Refs #10839, #5035