type github.com/aws/aws-sdk-go/service/sts.Credentials
21 uses
github.com/aws/aws-sdk-go/service/sts (current package)
api.go#L1660: Credentials *Credentials `type:"structure"`
api.go#L1686: func (s *AssumeRoleOutput) SetCredentials(v *Credentials) *AssumeRoleOutput {
api.go#L1902: Credentials *Credentials `type:"structure"`
api.go#L1961: func (s *AssumeRoleWithSAMLOutput) SetCredentials(v *Credentials) *AssumeRoleWithSAMLOutput {
api.go#L2227: Credentials *Credentials `type:"structure"`
api.go#L2273: func (s *AssumeRoleWithWebIdentityOutput) SetCredentials(v *Credentials) *AssumeRoleWithWebIdentityOutput {
api.go#L2340: type Credentials struct {
api.go#L2365: func (s Credentials) String() string {
api.go#L2370: func (s Credentials) GoString() string {
api.go#L2375: func (s *Credentials) SetAccessKeyId(v string) *Credentials {
api.go#L2381: func (s *Credentials) SetExpiration(v time.Time) *Credentials {
api.go#L2387: func (s *Credentials) SetSecretAccessKey(v string) *Credentials {
api.go#L2393: func (s *Credentials) SetSessionToken(v string) *Credentials {
api.go#L2852: Credentials *Credentials `type:"structure"`
api.go#L2878: func (s *GetFederationTokenOutput) SetCredentials(v *Credentials) *GetFederationTokenOutput {
api.go#L2987: Credentials *Credentials `type:"structure"`
api.go#L3001: func (s *GetSessionTokenOutput) SetCredentials(v *Credentials) *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. |