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

13 uses

	github.com/aws/aws-sdk-go/service/sts (current package)
		api.go#L1491: 	Tags []*Tag `type:"list"`
		api.go#L1626: func (s *AssumeRoleInput) SetTags(v []*Tag) *AssumeRoleInput {
		api.go#L2757: 	Tags []*Tag `type:"list"`
		api.go#L2837: func (s *GetFederationTokenInput) SetTags(v []*Tag) *GetFederationTokenInput {
		api.go#L3052: type Tag struct {
		api.go#L3077: func (s Tag) String() string {
		api.go#L3082: func (s Tag) GoString() string {
		api.go#L3087: func (s *Tag) Validate() error {
		api.go#L3106: func (s *Tag) SetKey(v string) *Tag {
		api.go#L3112: func (s *Tag) SetValue(v string) *Tag {

	github.com/aws/aws-sdk-go/aws/credentials/stscreds
		assume_role_provider.go#L153: 	Tags []*sts.Tag