type github.com/aws/aws-sdk-go/service/sts.GetAccessKeyInfoInput
13 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#L868: input = &GetAccessKeyInfoInput{}
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#L2506: type GetAccessKeyInfoInput struct {
api.go#L2519: func (s GetAccessKeyInfoInput) String() string {
api.go#L2524: func (s GetAccessKeyInfoInput) GoString() string {
api.go#L2529: func (s *GetAccessKeyInfoInput) Validate() error {
api.go#L2545: func (s *GetAccessKeyInfoInput) SetAccessKeyId(v string) *GetAccessKeyInfoInput {
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. |