github.com/aws/aws-sdk-go/service/sts.AssumeRoleOutput.Credentials (field)
6 uses
github.com/aws/aws-sdk-go/service/sts (current package)
api.go#L1660: Credentials *Credentials `type:"structure"`
api.go#L1687: s.Credentials = v
github.com/aws/aws-sdk-go/aws/credentials/stscreds
assume_role_provider.go#L355: p.SetExpiration(*roleOutput.Credentials.Expiration, p.ExpiryWindow)
assume_role_provider.go#L358: AccessKeyID: *roleOutput.Credentials.AccessKeyId,
assume_role_provider.go#L359: SecretAccessKey: *roleOutput.Credentials.SecretAccessKey,
assume_role_provider.go#L360: SessionToken: *roleOutput.Credentials.SessionToken,
![]() |
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. |