type github.com/aws/aws-sdk-go/service/sts.GetSessionTokenOutput
12 uses
github.com/aws/aws-sdk-go/service/sts (current package)
api.go#L1229: func (c *STS) GetSessionTokenRequest(input *GetSessionTokenInput) (req *request.Request, output *GetSessionTokenOutput) {
api.go#L1240: output = &GetSessionTokenOutput{}
api.go#L1313: func (c *STS) GetSessionToken(input *GetSessionTokenInput) (*GetSessionTokenOutput, error) {
api.go#L1327: func (c *STS) GetSessionTokenWithContext(ctx aws.Context, input *GetSessionTokenInput, opts ...request.Option) (*GetSessionTokenOutput, error) {
api.go#L2979: type GetSessionTokenOutput struct {
api.go#L2991: func (s GetSessionTokenOutput) String() string {
api.go#L2996: func (s GetSessionTokenOutput) GoString() string {
api.go#L3001: func (s *GetSessionTokenOutput) SetCredentials(v *Credentials) *GetSessionTokenOutput {
github.com/aws/aws-sdk-go/service/sts/stsiface
interface.go#L91: GetSessionToken(*sts.GetSessionTokenInput) (*sts.GetSessionTokenOutput, error)
interface.go#L92: GetSessionTokenWithContext(aws.Context, *sts.GetSessionTokenInput, ...request.Option) (*sts.GetSessionTokenOutput, error)
interface.go#L93: GetSessionTokenRequest(*sts.GetSessionTokenInput) (*request.Request, *sts.GetSessionTokenOutput)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |