github.com/aws/aws-sdk-go-v2/service/s3.GetObjectInput.IfModifiedSince (field)

3 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObject.go#L202: 	IfModifiedSince *time.Time
		serializers.go#L3349: 	if v.IfModifiedSince != nil {
		serializers.go#L3351: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.IfModifiedSince))