Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionToken ¶
type SessionToken struct {
// contains filtered or unexported fields
}
SessionToken Encapsulates the work of getting an AWS Session Token
func NewSessionToken ¶
func NewSessionToken(config *config.Config) (token *SessionToken, err error)
NewSessionToken Creates a new session token.
func (*SessionToken) EstablishToken ¶
func (s *SessionToken) EstablishToken() error
EstablishToken Template method of the steps to establish an AWS session token.
Click to show internal directories.
Click to hide internal directories.