package
Version:
v1.13.0
Opens a new window with list of versions in this module.
Published: Dec 12, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AssumeRoleInfo struct {
RoleJrn string `json:"roleJrn"`
RoleSessionName string `json:"roleSessionName"`
DurationSeconds *int `json:"durationSeconds"`
}
type AssumeServiceRoleInfo struct {
RoleType int `json:"roleType"`
DurationSeconds int `json:"durationSeconds"`
}
type AssumedRoleService struct {
AssumedServiceRoleId string `json:"assumedServiceRoleId"`
AssumedServiceRoleName string `json:"assumedServiceRoleName"`
}
type AssumedRoleUser struct {
AssumedRoleId string `json:"assumedRoleId"`
Jrn string `json:"jrn"`
}
type Credentials struct {
AccessKey string `json:"accessKey"`
SecretKey string `json:"secretKey"`
SessionToken string `json:"sessionToken"`
Expiration string `json:"expiration"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.