8 lines
127 B
Go
8 lines
127 B
Go
|
package credentials
|
||
|
|
||
|
type sessionCredential struct {
|
||
|
AccessKeyId string
|
||
|
AccessKeySecret string
|
||
|
SecurityToken string
|
||
|
}
|