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

16 uses

	github.com/aws/aws-sdk-go/service/sts (current package)
		api.go#L1423: 	PolicyArns []*PolicyDescriptorType `type:"list"`
		api.go#L1602: func (s *AssumeRoleInput) SetPolicyArns(v []*PolicyDescriptorType) *AssumeRoleInput {
		api.go#L1772: 	PolicyArns []*PolicyDescriptorType `type:"list"`
		api.go#L1861: func (s *AssumeRoleWithSAMLInput) SetPolicyArns(v []*PolicyDescriptorType) *AssumeRoleWithSAMLInput {
		api.go#L2068: 	PolicyArns []*PolicyDescriptorType `type:"list"`
		api.go#L2176: func (s *AssumeRoleWithWebIdentityInput) SetPolicyArns(v []*PolicyDescriptorType) *AssumeRoleWithWebIdentityInput {
		api.go#L2729: 	PolicyArns []*PolicyDescriptorType `type:"list"`
		api.go#L2831: func (s *GetFederationTokenInput) SetPolicyArns(v []*PolicyDescriptorType) *GetFederationTokenInput {
		api.go#L3008: type PolicyDescriptorType struct {
		api.go#L3019: func (s PolicyDescriptorType) String() string {
		api.go#L3024: func (s PolicyDescriptorType) GoString() string {
		api.go#L3029: func (s *PolicyDescriptorType) Validate() error {
		api.go#L3042: func (s *PolicyDescriptorType) SetArn(v string) *PolicyDescriptorType {

	github.com/aws/aws-sdk-go/aws/credentials/stscreds
		assume_role_provider.go#L193: 	PolicyArns []*sts.PolicyDescriptorType
		web_identity_provider.go#L53: 	PolicyArns []*sts.PolicyDescriptorType