type github.com/aws/aws-sdk-go/service/sts.GetAccessKeyInfoOutput
12 uses
github.com/aws/aws-sdk-go/service/sts (current package)
api.go#L860: func (c *STS) GetAccessKeyInfoRequest(input *GetAccessKeyInfoInput) (req *request.Request, output *GetAccessKeyInfoOutput) {
api.go#L871: output = &GetAccessKeyInfoOutput{}
api.go#L910: func (c *STS) GetAccessKeyInfo(input *GetAccessKeyInfoInput) (*GetAccessKeyInfoOutput, error) {
api.go#L924: func (c *STS) GetAccessKeyInfoWithContext(ctx aws.Context, input *GetAccessKeyInfoInput, opts ...request.Option) (*GetAccessKeyInfoOutput, error) {
api.go#L2550: type GetAccessKeyInfoOutput struct {
api.go#L2558: func (s GetAccessKeyInfoOutput) String() string {
api.go#L2563: func (s GetAccessKeyInfoOutput) GoString() string {
api.go#L2568: func (s *GetAccessKeyInfoOutput) SetAccount(v string) *GetAccessKeyInfoOutput {
github.com/aws/aws-sdk-go/service/sts/stsiface
interface.go#L79: GetAccessKeyInfo(*sts.GetAccessKeyInfoInput) (*sts.GetAccessKeyInfoOutput, error)
interface.go#L80: GetAccessKeyInfoWithContext(aws.Context, *sts.GetAccessKeyInfoInput, ...request.Option) (*sts.GetAccessKeyInfoOutput, error)
interface.go#L81: GetAccessKeyInfoRequest(*sts.GetAccessKeyInfoInput) (*request.Request, *sts.GetAccessKeyInfoOutput)
 |
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. |