type github.com/aws/aws-sdk-go/service/sts.AssumeRoleOutput

19 uses

	github.com/aws/aws-sdk-go/service/sts (current package)
		api.go#L41: func (c *STS) AssumeRoleRequest(input *AssumeRoleInput) (req *request.Request, output *AssumeRoleOutput) {
		api.go#L52: 	output = &AssumeRoleOutput{}
		api.go#L211: func (c *STS) AssumeRole(input *AssumeRoleInput) (*AssumeRoleOutput, error) {
		api.go#L225: func (c *STS) AssumeRoleWithContext(ctx aws.Context, input *AssumeRoleInput, opts ...request.Option) (*AssumeRoleOutput, error) {
		api.go#L1645: type AssumeRoleOutput struct {
		api.go#L1670: func (s AssumeRoleOutput) String() string {
		api.go#L1675: func (s AssumeRoleOutput) GoString() string {
		api.go#L1680: func (s *AssumeRoleOutput) SetAssumedRoleUser(v *AssumedRoleUser) *AssumeRoleOutput {
		api.go#L1686: func (s *AssumeRoleOutput) SetCredentials(v *Credentials) *AssumeRoleOutput {
		api.go#L1692: func (s *AssumeRoleOutput) SetPackedPolicySize(v int64) *AssumeRoleOutput {

	github.com/aws/aws-sdk-go/service/sts/stsiface
		interface.go#L63: 	AssumeRole(*sts.AssumeRoleInput) (*sts.AssumeRoleOutput, error)
		interface.go#L64: 	AssumeRoleWithContext(aws.Context, *sts.AssumeRoleInput, ...request.Option) (*sts.AssumeRoleOutput, error)
		interface.go#L65: 	AssumeRoleRequest(*sts.AssumeRoleInput) (*request.Request, *sts.AssumeRoleOutput)

	github.com/aws/aws-sdk-go/aws/credentials/stscreds
		assume_role_provider.go#L119: 	AssumeRole(input *sts.AssumeRoleInput) (*sts.AssumeRoleOutput, error)
		assume_role_provider.go#L123: 	AssumeRoleWithContext(aws.Context, *sts.AssumeRoleInput, ...request.Option) (*sts.AssumeRoleOutput, error)
		assume_role_provider.go#L341: 	var roleOutput *sts.AssumeRoleOutput