type github.com/aws/aws-sdk-go/service/sts.GetCallerIdentityInput
10 uses
github.com/aws/aws-sdk-go/service/sts (current package)
api.go#L957: func (c *STS) GetCallerIdentityRequest(input *GetCallerIdentityInput) (req *request.Request, output *GetCallerIdentityOutput) {
api.go#L965: input = &GetCallerIdentityInput{}
api.go#L993: func (c *STS) GetCallerIdentity(input *GetCallerIdentityInput) (*GetCallerIdentityOutput, error) {
api.go#L1007: func (c *STS) GetCallerIdentityWithContext(ctx aws.Context, input *GetCallerIdentityInput, opts ...request.Option) (*GetCallerIdentityOutput, error) {
api.go#L2573: type GetCallerIdentityInput struct {
api.go#L2578: func (s GetCallerIdentityInput) String() string {
api.go#L2583: func (s GetCallerIdentityInput) GoString() string {
github.com/aws/aws-sdk-go/service/sts/stsiface
interface.go#L83: GetCallerIdentity(*sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error)
interface.go#L84: GetCallerIdentityWithContext(aws.Context, *sts.GetCallerIdentityInput, ...request.Option) (*sts.GetCallerIdentityOutput, error)
interface.go#L85: GetCallerIdentityRequest(*sts.GetCallerIdentityInput) (*request.Request, *sts.GetCallerIdentityOutput)
 |
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. |