github.com/aws/aws-sdk-go/service/sts.AssumeRoleWithSAMLInput.DurationSeconds (field)

4 uses

	github.com/aws/aws-sdk-go/service/sts (current package)
		api.go#L1722: 	DurationSeconds *int64 `min:"900" type:"integer"`
		api.go#L1807: 	if s.DurationSeconds != nil && *s.DurationSeconds < 900 {
		api.go#L1850: 	s.DurationSeconds = &v