DecodeAuthorizationMessageOutput
import "github.com/aws/aws-sdk-go/service/sts"
type DecodeAuthorizationMessageOutput struct { DecodedMessage *string `type:"string"` }
A document that contains additional information about the authorization status of a request from an encoded message that is returned in response to an AWS request.
- DecodedMessage
-
Type:
*string
An XML document that contains the decoded message.
Method
GoString
func (s DecodeAuthorizationMessageOutput) GoString() string
GoString returns the string representation
SetDecodedMessage
func (s *DecodeAuthorizationMessageOutput) SetDecodedMessage(v string) *DecodeAuthorizationMessageOutput
SetDecodedMessage sets the DecodedMessage field's value.
String
func (s DecodeAuthorizationMessageOutput) String() string
String returns the string representation