type github.com/aws/aws-sdk-go/service/sts.GetFederationTokenOutput
16 uses
github.com/aws/aws-sdk-go/service/sts (current package)
api.go#L1040: func (c *STS) GetFederationTokenRequest(input *GetFederationTokenInput) (req *request.Request, output *GetFederationTokenOutput) {
api.go#L1051: output = &GetFederationTokenOutput{}
api.go#L1182: func (c *STS) GetFederationToken(input *GetFederationTokenInput) (*GetFederationTokenOutput, error) {
api.go#L1196: func (c *STS) GetFederationTokenWithContext(ctx aws.Context, input *GetFederationTokenInput, opts ...request.Option) (*GetFederationTokenOutput, error) {
api.go#L2844: type GetFederationTokenOutput struct {
api.go#L2868: func (s GetFederationTokenOutput) String() string {
api.go#L2873: func (s GetFederationTokenOutput) GoString() string {
api.go#L2878: func (s *GetFederationTokenOutput) SetCredentials(v *Credentials) *GetFederationTokenOutput {
api.go#L2884: func (s *GetFederationTokenOutput) SetFederatedUser(v *FederatedUser) *GetFederationTokenOutput {
api.go#L2890: func (s *GetFederationTokenOutput) SetPackedPolicySize(v int64) *GetFederationTokenOutput {
github.com/aws/aws-sdk-go/service/sts/stsiface
interface.go#L87: GetFederationToken(*sts.GetFederationTokenInput) (*sts.GetFederationTokenOutput, error)
interface.go#L88: GetFederationTokenWithContext(aws.Context, *sts.GetFederationTokenInput, ...request.Option) (*sts.GetFederationTokenOutput, error)
interface.go#L89: GetFederationTokenRequest(*sts.GetFederationTokenInput) (*request.Request, *sts.GetFederationTokenOutput)
 |
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. |